| OLD | NEW |
| 1 ## 0.10.0+2 |
| 2 |
| 3 * Added types to a number of constants. |
| 4 |
| 1 ## 0.10.0+1 | 5 ## 0.10.0+1 |
| 2 | 6 |
| 3 * Matchers related to bad language use have been removed. These represent code | 7 * Matchers related to bad language use have been removed. These represent code |
| 4 structure that should rarely or never be validated in tests. | 8 structure that should rarely or never be validated in tests. |
| 5 * `isAbstractClassInstantiationError` | 9 * `isAbstractClassInstantiationError` |
| 6 * `throwsAbstractClassInstantiationError` | 10 * `throwsAbstractClassInstantiationError` |
| 7 * `isFallThroughError` | 11 * `isFallThroughError` |
| 8 * `throwsFallThroughError` | 12 * `throwsFallThroughError` |
| 9 | 13 |
| 10 * Added types to a number of method arguments. | 14 * Added types to a number of method arguments. |
| 11 | 15 |
| 12 * The structure of the library and test code has been updated. | 16 * The structure of the library and test code has been updated. |
| OLD | NEW |