| Index: pkg/matcher/CHANGELOG.md
|
| diff --git a/pkg/matcher/CHANGELOG.md b/pkg/matcher/CHANGELOG.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..98cd9f489a6be826e3a37dc904e0de8fa4faf47e
|
| --- /dev/null
|
| +++ b/pkg/matcher/CHANGELOG.md
|
| @@ -0,0 +1,21 @@
|
| +## 0.10.0+3
|
| +
|
| +* Removed `@deprecated` annotation on matchers due to
|
| +[Issue 19173](https://code.google.com/p/dart/issues/detail?id=19173)
|
| +
|
| +## 0.10.0+2
|
| +
|
| +* Added types to a number of constants.
|
| +
|
| +## 0.10.0+1
|
| +
|
| +* Matchers related to bad language use have been removed. These represent code
|
| +structure that should rarely or never be validated in tests.
|
| + * `isAbstractClassInstantiationError`
|
| + * `throwsAbstractClassInstantiationError`
|
| + * `isFallThroughError`
|
| + * `throwsFallThroughError`
|
| +
|
| +* Added types to a number of method arguments.
|
| +
|
| +* The structure of the library and test code has been updated.
|
|
|