Skip to content

Commit

Permalink
Adjust release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Mar 15, 2022
1 parent b4220de commit 3e16973
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* [#21](https://github.com/skuzzle/snapshot-tests/issues/21): Throw `IllegalArgumentException` instead of `NullPointerException` when validating parameters
* Automatically wrap objects in `JAXBElement` when they are not annotated with `@XmlRootObject`
* [#16](https://github.com/skuzzle/snapshot-tests/issues/16): Add better API for customizing json comparisons.
* [#21](https://github.com/skuzzle/snapshot-tests/issues/21): Throw `IllegalArgumentException` instead of `NullPointerException` when validating parameters.
* Automatically wrap objects in `JAXBElement` when they are not annotated with `@XmlRootObject`.
* `TestFile` injected in parameterized tests now has a `sibling(String)` and `siblingWithExtension(String)` method.
* Added `DirectoriesFrom` which iterates directories and injects them as `TestDirectory`.
* Added `filter` attribute to the `@FilesFrom` annotation to specify a `PathFilter` implementation. Allows for more fine grained filtering control.
Expand Down
5 changes: 3 additions & 2 deletions readme/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* [#21](https://github.com/skuzzle/snapshot-tests/issues/21): Throw `IllegalArgumentException` instead of `NullPointerException` when validating parameters
* Automatically wrap objects in `JAXBElement` when they are not annotated with `@XmlRootObject`
* [#16](https://github.com/skuzzle/snapshot-tests/issues/16): Add better API for customizing json comparisons.
* [#21](https://github.com/skuzzle/snapshot-tests/issues/21): Throw `IllegalArgumentException` instead of `NullPointerException` when validating parameters.
* Automatically wrap objects in `JAXBElement` when they are not annotated with `@XmlRootObject`.
* `TestFile` injected in parameterized tests now has a `sibling(String)` and `siblingWithExtension(String)` method.
* Added `DirectoriesFrom` which iterates directories and injects them as `TestDirectory`.
* Added `filter` attribute to the `@FilesFrom` annotation to specify a `PathFilter` implementation. Allows for more fine grained filtering control.
Expand Down

0 comments on commit 3e16973

Please sign in to comment.