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

Unified Diff: CHANGELOG.md

Issue 867133002: pkg/matcher: refactor with unittest v0.12 work (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: changelog tweaks Created 5 years, 10 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/matcher.dart » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e9e16dd7c2ba057565bf09546d282696af23652..83e07d13ce561ba7d893fbc1b10ea0242e656eb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 0.12.0
+
+* Moved a number of members to the
+[`unittest`](https://pub.dartlang.org/packages/unittest) package.
nweiz 2015/02/17 23:17:42 Nit: indent +2. Also below.
kevmoo 2015/02/18 00:33:40 Done.
+ * `TestFailure`, `ErrorFormatter`, `expect`, `fail`, and 'wrapAsync'
nweiz 2015/02/17 23:17:42 Nit: add a period.
kevmoo 2015/02/18 00:33:40 Done.
+ * `completes`, `completion`, `throws`, and `throwsA` Matchers.
+ * The `Throws` class.
+ * All of the `throws...Error` Matchers.
nweiz 2015/02/17 23:17:42 Have you checked to be sure this nested list rende
kevmoo 2015/02/18 00:33:40 Yup
+
+* Removed `FailureHandler`, `DefaultFailureHandler`,
+`configureExpectFailureHandler`, and `getOrCreateExpectFailureHandler`.
+Now that `expect` is in the `unittest` package, these are no longer needed.
+
## 0.11.4+1
* Correctly match and print `String`s containing characters that must be
« no previous file with comments | « no previous file | lib/matcher.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698