Skip to content

Commit

Permalink
Prepare release notes for 2.4-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Mar 21, 2024
1 parent a257b10 commit 12f6586
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

include::include.adoc[]

== 2.4 (tbd)
== 2.4-M3 (tbd)

=== Breaking Changes

Expand All @@ -22,8 +22,19 @@ include::include.adoc[]

=== Misc

* Properly fix possible deadlock, when blocking in mock response generators and fix fallout of spockPull:1885[]
* Add option to create Groovy spies with existing instances spockPull:1825[]
* Improve Spock's documentation by automatically linking source snippets in the docs to the code spockPull:1904[]
* Improve `@Retry` extension parallel-safeness spockPull:1701[]
* Improve `@RepeatUntilFailure` by allowing multiple annotations in the same specification spockPull:1912[]
* Improve collection matchers by supporting them in nested in complex assertions spockPull:1921[]
* Improve stacktrace filtering by also handling suppressed exceptions spockPull:1923[]
* Fix possible deadlock when blocking in mock response generators spockPull:1910[]
** Fix fallout of spockPull:1885[] introduced in M2
** This actually fixes the issues: spockIssue:583[], spockIssue:1882[], spockIssue:1899[]
* Fix possible `StackOverflowError` when filtering exception cause loops spockPull:1922[]
* Fix NullPointerException after exception in data provider spockPull:1925[]

Thanks to all the contributors to this release: Andreas Turban, Björn Kautler, Marcin Zajączkowski

== 2.4-M2 (2024-02-26)

Expand Down

0 comments on commit 12f6586

Please sign in to comment.