Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: CHANGELOG.md

Issue 1160453004: Support the latest version of the test package. (Closed) Base URL: git@github.com:dart-lang/metatest@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/metatest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce13637a7269402ea030f14d887015629d5e72d2..d097f0073e511f00c2e5bdd42d08cf59388dc794 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# 0.2.0
+
+* Full compatibility with `test` `0.12.0`.
+
+* Tests are no longer run in their own isolates. Instead, each test's
+ environment is isolated manually using the `test` package's infrastructure.
+
+* `initMetatest` is no longer necessary and has been removed.
+
+* `metaSetUp` has been removed; the `test` package's `setUp` may be used
+ instead.
+
+* `expectTestResults` has been removed.
+
# 0.1.1
* Changed maximum version of `unittest` to support development.
« no previous file with comments | « no previous file | lib/metatest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698