File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ these methods will need to be updated. The following methods are affected:
18
18
* ` org.hamcrest.core.IsIterableContaining.hasItems `
19
19
* TODO: decide if these breaking changes should trigger a major version upgrade (i.e v4.0)
20
20
21
+ ### New Features
22
+
23
+ * Optional matchers ([ PR #421 ] ( https://github.com/hamcrest/JavaHamcrest/pull/421 ) )
24
+ * Matchers for thrown exceptions ([ PR #423 ] ( https://github.com/hamcrest/JavaHamcrest/pull/423 ) )
25
+
21
26
### Improvements
22
27
23
28
* Javadoc improvements and cleanup ([ PR #420 ] ( https://github.com/hamcrest/JavaHamcrest/pull/420 ) )
24
- * Optional matchers ([ PR #421 ] ( https://github.com/hamcrest/JavaHamcrest/pull/421 ) )
25
29
* Derive version from git tags ([ PR #419 ] ( https://github.com/hamcrest/JavaHamcrest/pull/419 ) )
26
30
* Migrate all tests to JUnit Jupiter ([ PR #424 ] ( https://github.com/hamcrest/JavaHamcrest/pull/424 ) )
27
31
You can’t perform that action at this time.
0 commit comments