From 1b20c7bf3b0519d1a0ab0025a4b13b3f5c287f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Thu, 19 Dec 2024 19:19:58 +0100 Subject: [PATCH] Update docs --- docs/release_notes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 20ca1d0438..7f78d7aa30 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -16,6 +16,7 @@ include::include.adoc[] * Add new <> extension point to add support for special classes in the Stub's default `EmptyOrDummyResponse` spockPull:1994[] * Add support for Groovy-4-style range expressions spockIssue:1956[] * Add `IStatelessAnnotationDrivenExtension` to allow a single extension instance to be reused across all specifications spockPull:2055[] +* Add new well-known versions to `Jvm` helper to support versions up to 29 spockPull:2057[] ** Built-in extensions have been updated to use this new interface where applicable. * 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[]