From dc4c0123583737a955846b4aef3b3b476100f613 Mon Sep 17 00:00:00 2001 From: Joe Schmetzer Date: Thu, 29 Aug 2019 08:03:37 +1000 Subject: [PATCH] Add PR #267 to changes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 9c8582e1..1df59107 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ * 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)) * 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)) * 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)) +* Use platform specific line breaks ([PR #267](https://github.com/hamcrest/JavaHamcrest/pull/267)) ## Version 2.1 (21st December 2018)