Index: pkg/unittest/CHANGELOG.md |
diff --git a/pkg/unittest/CHANGELOG.md b/pkg/unittest/CHANGELOG.md |
index d6c4619f8ba1c2eb015f53fbbfda3c3c1dfaaee5..941485d9e04650006cd0fbf28fcd28aa68951459 100644 |
--- a/pkg/unittest/CHANGELOG.md |
+++ b/pkg/unittest/CHANGELOG.md |
@@ -2,7 +2,15 @@ |
##0.10.1-dev |
-* `equals` now allows a nested matcher as an expected list element or map value when doing deep matching. |
+* **DEPRECATED** |
+ * `matcher.dart` and `mirror_matchers.dart` are now in the `matcher` |
+ package. |
+ * `mock.dart` is now in the `mock` package. |
+* `equals` now allows a nested matcher as an expected list element or map value |
+ when doing deep matching. |
+* `expectAsync` and `expectAsyncUntil` now support up to 6 positional arguments |
+ and correctly handle functions with optional positional arguments with default |
+ values. |
##0.10.0 |