|
2 | 2 |
|
3 | 3 | ## Version 2.2 (Unreleased)
|
4 | 4 |
|
5 |
| -* Fix compatibility issue for development with Android D8 ([Issue #246](https://github.com/hamcrest/JavaHamcrest/issues/246)) |
6 |
| -* Fix typo in license name ([Issue #247](https://github.com/hamcrest/JavaHamcrest/pull/247)) |
| 5 | +### Improvements |
| 6 | + |
7 | 7 | * AllOf/AnyOf: Pass the matchers to constructor using varargs ([Issue #245](https://github.com/hamcrest/JavaHamcrest/pull/245))
|
8 | 8 | * Matchers.anyOf: Fix generic bounds compatibility for JDK 11 ([Issue #256](https://github.com/hamcrest/JavaHamcrest/issues/256), [Issue #257](https://github.com/hamcrest/JavaHamcrest/issues/257))
|
9 |
| -* Fix: AssertionError message is unhelpful when match fails for byte type ([Issue #254](https://github.com/hamcrest/JavaHamcrest/issues/254), [Issue #255](https://github.com/hamcrest/JavaHamcrest/issues/255)) |
10 |
| -* Fix: 1.3 compatible constructors for string matchers ([Issue #259](https://github.com/hamcrest/JavaHamcrest/issues/259), [Issue #260](https://github.com/hamcrest/JavaHamcrest/issues/260)) |
| 9 | +* AssertionError message is unhelpful when match fails for byte type ([Issue #254](https://github.com/hamcrest/JavaHamcrest/issues/254), [Issue #255](https://github.com/hamcrest/JavaHamcrest/issues/255)) |
11 | 10 | * Use platform specific line breaks ([PR #267](https://github.com/hamcrest/JavaHamcrest/pull/267))
|
12 |
| -* Fix: Split packages with Java 9 modules ([Issue #269](https://github.com/hamcrest/JavaHamcrest/issues/269), [PR #270](https://github.com/hamcrest/JavaHamcrest/pull/270)) |
| 11 | +* Build now checks for consistent use of spaces ([PR #217](https://github.com/hamcrest/JavaHamcrest/pull/217)) |
| 12 | + |
| 13 | +### Bugfixes |
| 14 | +* Fix compatibility issue for development with Android D8 ([Issue #246](https://github.com/hamcrest/JavaHamcrest/issues/246)) |
| 15 | +* Fix typo in license name ([Issue #247](https://github.com/hamcrest/JavaHamcrest/pull/247)) |
| 16 | +* 1.3 compatible constructors for string matchers ([Issue #259](https://github.com/hamcrest/JavaHamcrest/issues/259), [Issue #260](https://github.com/hamcrest/JavaHamcrest/issues/260)) |
| 17 | +* Fix for split packages with Java 9 modules ([Issue #269](https://github.com/hamcrest/JavaHamcrest/issues/269), [PR #270](https://github.com/hamcrest/JavaHamcrest/pull/270)) |
| 18 | + |
13 | 19 |
|
14 | 20 | ## Version 2.1 (21st December 2018)
|
15 | 21 |
|
|
0 commit comments