diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 0b1aaf2c6d..22d6cb8567 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 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[]