You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ Thanks to all the contributors to this release: Andreas Turban, Björn Kautler,
151
151
* Add new <<extensions.adoc#default-value-provider,`IDefaultValueProviderExtension`>> extension point to add support for special classes in the Stub's default `EmptyOrDummyResponse` spockPull:1994[]
152
152
* Add support for Groovy-4-style range expressions spockIssue:1956[]
153
153
* Add `IStatelessAnnotationDrivenExtension` to allow a single extension instance to be reused across all specifications spockPull:2055[]
154
-
* Add new well-known versions to `Jvm` helper to support versions up to `29` spockPull:2057[]
155
154
** Built-in extensions have been updated to use this new interface where applicable
155
+
* Add new well-known versions to `Jvm` helper to support versions up to `29` spockPull:2057[]
156
156
* Add best-effort error reporting for interactions on final methods when using the `byte-buddy` mock maker spockIssue:2039[]
157
157
* Add support for `@FailsWith` to assert an exception message spockIssue:2039[]
158
158
* Add support for accessing the `IStore` via `ISpecificationContext` spockPull:2064[]
@@ -202,7 +202,7 @@ Thanks to all the contributors to this release: Björn Kautler,
202
202
* Improve Spock's documentation by automatically linking source snippets in the docs to the code spockPull:1904[]
0 commit comments