From 7f10c5574d54c07bee96d15dc755c46c11b0b8d0 Mon Sep 17 00:00:00 2001 From: Joe Schmetzer Date: Thu, 29 Aug 2019 08:11:06 +1000 Subject: [PATCH] Add PR #270 to changes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1df59107..f5fe6389 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ * 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)) +* 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)) ## Version 2.1 (21st December 2018)