From 544a4cf4cf98e9080c13722ea0c664d4ac5d6f29 Mon Sep 17 00:00:00 2001 From: Joe Schmetzer Date: Mon, 4 Nov 2024 10:02:54 +1100 Subject: [PATCH] Update changes with thrown exceptions --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5ca69ebe..367812e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,10 +18,14 @@ these methods will need to be updated. The following methods are affected: * `org.hamcrest.core.IsIterableContaining.hasItems` * TODO: decide if these breaking changes should trigger a major version upgrade (i.e v4.0) +### New Features + +* Optional matchers ([PR #421](https://github.com/hamcrest/JavaHamcrest/pull/421)) +* Matchers for thrown exceptions ([PR #423](https://github.com/hamcrest/JavaHamcrest/pull/423)) + ### Improvements * Javadoc improvements and cleanup ([PR #420](https://github.com/hamcrest/JavaHamcrest/pull/420)) -* Optional matchers ([PR #421](https://github.com/hamcrest/JavaHamcrest/pull/421)) * Derive version from git tags ([PR #419](https://github.com/hamcrest/JavaHamcrest/pull/419)) * Migrate all tests to JUnit Jupiter ([PR #424](https://github.com/hamcrest/JavaHamcrest/pull/424))