Index: pkg/unittest/CHANGELOG.md |
diff --git a/pkg/unittest/CHANGELOG.md b/pkg/unittest/CHANGELOG.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a862211390b6a944f7fcbf9ced6bc70d863ddfd1 |
--- /dev/null |
+++ b/pkg/unittest/CHANGELOG.md |
@@ -0,0 +1,13 @@ |
+# Changelog - unittest |
nweiz
2014/02/04 02:34:26
Mention the changes in this CL in the changelog as
kevmoo
2014/02/04 02:41:34
Done.
|
+ |
+##0.10.0-dev |
+ |
+* `TestCase`: |
+ * Removed properties: `setUp`, `tearDown`, `testFunction` |
+ * `enabled` is now get-only |
+ * Removed methods: `pass`, `fail`, `error` |
+* `interactive_html_config.dart` has been removed. |
+* `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
+`solo_group` now throw a `StateError` if called while tests are running. |
nweiz
2014/02/04 02:34:26
Nit: indent this +2 spaces.
kevmoo
2014/02/04 02:41:34
Done.
|
+ |
+##0.9.3 - 2014-01-13 |