Skip to content

Commit

Permalink
Update changes with thrown exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbarumba committed Nov 3, 2024
1 parent ff2c25b commit 544a4cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 544a4cf

Please sign in to comment.