Skip to content

Commit

Permalink
Add release notes entry
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Feb 17, 2024
1 parent 702e507 commit 7226de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ include::include.adoc[]
* Improve `@TempDir` field injection, now it happens before field initialization, so it can be used by other field initializers.
* Fix exception when configured `baseDir` was not existing, now `@TempDir` will create the baseDir directory if it is missing.
* Fix bad error message for collection conditions, when one of the operands is `null`
* Fix possible deadlock, when blocking in mock response generators spockPull:1885[]
** This fixes the issues: spockIssue:583[], spockIssue:1182[]
* Document `@ConditionBlock` Annotation spockPull:1709[]
* Document `old`-Method spockPull:1708[]
* Clarify documentation for global Mocks spockPull:1755[]
Expand Down

0 comments on commit 7226de3

Please sign in to comment.