| Index: pkg/matcher/CHANGELOG.md
|
| diff --git a/pkg/matcher/CHANGELOG.md b/pkg/matcher/CHANGELOG.md
|
| deleted file mode 100644
|
| index 88aa9664a288be2f2810af9f74f21dddc3ba780b..0000000000000000000000000000000000000000
|
| --- a/pkg/matcher/CHANGELOG.md
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -## 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.
|
|
|