From 7226de38ee4450a4774b7201bd9dc490a8c4cfd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Sat, 17 Feb 2024 11:14:42 +0100 Subject: [PATCH] Add release notes entry --- docs/release_notes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index acb2021c24..090fc34aae 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -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[]