Skip to content

Commit

Permalink
Adapt changelog for release
Browse files Browse the repository at this point in the history
Signed-off-by: l-1sqared <30831153+l-1squared@users.noreply.github.com>
  • Loading branch information
l-1squared committed May 4, 2022
1 parent 836309b commit 904d61f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# v1.2x
# v1.2.1
##New features
* The `@Tag` annotation configuration can now be set differently from the JGiven defaults. [#806](https://github.com/TNG/JGiven/issues/806)
* JGiven-JUnit5 now reports its test outcomes back to JUnit5 before the `@After` methods, not after them. This should make it easier to run extensions like ReportPortal alongside JUnit5.
##Fixed issues
* The `@Tag` annotation configuration can now be set differently from the JGiven defaults. [#806](https://github.com/TNG/JGiven/issues/806) (thanks to sebphil)
* JGiven no longer prints errors while scanning annotations that are not tags. [#821](https://github.com/TNG/JGiven/issues/821)
* The JGiven maven plugin did not declare itsself as thread-safe, even though it is. [#829](https://github.com/TNG/JGiven/issues/829) (thanks to Hatzen for pointing it out and fixing it.)
* Fixed issue where parents of tags where not declared in the tag list, making the JGiven app unusable. [#868](https://github.com/TNG/JGiven/issues/868) (thanks to jadhindieh for reporting)
* JGiven now openly reports incompatability when running TestNG in multi-threading mode. [#829](https://github.com/TNG/JGiven/issues/829)
* JGiven now openly reports incompatability to the JUnit5 per-class lifecyle[#829](https://github.com/TNG/JGiven/issues/829)
* Fixed issue where aggregation of reports would lead to an exception when running in parallel with JUnit5.[#829](https://github.com/TNG/JGiven/issues/829)
* The JGiven maven plugin did not declare itsself as thread-safe, even though it conceptually is. [#829](https://github.com/TNG/JGiven/issues/829) (thanks to Hatzen for pointing it out and fixing it.)
##Backward incompatible changes
* Removed explicit support for PowerMock in JGiven-JUnit4 package, because the powermock project appears to be abandoned.

# v1.2
## New features
* JGiven now supports Spock 2 [#784](https://github.com/TNG/JGiven/pull/784) (thanks to jsalinaspolo)
Expand Down

0 comments on commit 904d61f

Please sign in to comment.