From ca6ded62fab7d87041c1ca69db83f3f9a86e29f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Sat, 28 Dec 2024 16:16:02 +0100 Subject: [PATCH] Add release notes --- docs/release_notes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 340fc77b7b..bc43cad551 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -21,6 +21,7 @@ include::include.adoc[] ** Built-in extensions have been updated to use this new interface where applicable. * Add best-effort error reporting for interactions on final methods when using the `byte-buddy` mock maker spockIssue:2039[] * Add support for `@FailsWith` to assert an exception message spockIssue:2039[] +* Add support for accessing the `IStore` via `ISpecificationContext` spockPull:2064[] * Improve `@Timeout` extension will now use virtual threads if available spockPull:1986[] * Improve mock argument matching, types constraints or arguments in interactions can now handle primitive types like `_ as int` spockIssue:1974[] * Improve `verifyEach` to accept an optional second index parameter for the assertion block closure spockPull:2043[]