| OLD | NEW |
| 1 ## 0.11.4+3 |
| 2 |
| 3 * Fix the examples for `equalsIgnoringWhitespace`. |
| 4 |
| 1 ## 0.11.4+2 | 5 ## 0.11.4+2 |
| 2 | 6 |
| 3 * Improve the formatting of strings that contain unprintable ASCII characters. | 7 * Improve the formatting of strings that contain unprintable ASCII characters. |
| 4 | 8 |
| 5 ## 0.11.4+1 | 9 ## 0.11.4+1 |
| 6 | 10 |
| 7 * Correctly match and print `String`s containing characters that must be | 11 * Correctly match and print `String`s containing characters that must be |
| 8 represented as escape sequences. | 12 represented as escape sequences. |
| 9 | 13 |
| 10 ## 0.11.4 | 14 ## 0.11.4 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 * Matchers related to bad language use have been removed. These represent code | 67 * Matchers related to bad language use have been removed. These represent code |
| 64 structure that should rarely or never be validated in tests. | 68 structure that should rarely or never be validated in tests. |
| 65 * `isAbstractClassInstantiationError` | 69 * `isAbstractClassInstantiationError` |
| 66 * `throwsAbstractClassInstantiationError` | 70 * `throwsAbstractClassInstantiationError` |
| 67 * `isFallThroughError` | 71 * `isFallThroughError` |
| 68 * `throwsFallThroughError` | 72 * `throwsFallThroughError` |
| 69 | 73 |
| 70 * Added types to a number of method arguments. | 74 * Added types to a number of method arguments. |
| 71 | 75 |
| 72 * The structure of the library and test code has been updated. | 76 * The structure of the library and test code has been updated. |
| OLD | NEW |