Skip to content

Commit

Permalink
Update docs/release_notes.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Turban <andreas.turban@net-baustelle.de>
  • Loading branch information
leonard84 and AndreasTu committed Jan 24, 2024
1 parent 79be491 commit 271f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include::include.adoc[]
* Calling `old(...)` with multiple arguments is now a compilation error. Previously the additional arguments were simply ignored.
* Creating `GroovyMock`/`GroovyStub`/`GroovySpy` for an already mocked type will now fail.
* Creating a global `GroovyMock`/`GroovyStub`/`GroovySpy` when <<parallel-execution.adoc#parallel-execution, parallel execution>> is enabled,
will now require that the spec is annotated with <<parallel-execution.adoc#isolated-execution, @Isolated>> or `@@ResourceLock(org.spockframework.runtime.model.parallel.Resources.META_CLASS_REGISTRY)`. See <<interaction-based-testing.adoc#global-mocks-parallel-execution, Global mocks and parallel execution>>
will now require that the spec is annotated with <<parallel-execution.adoc#isolated-execution, @Isolated>> or `@ResourceLock(org.spockframework.runtime.model.parallel.Resources.META_CLASS_REGISTRY)`. See <<interaction-based-testing.adoc#global-mocks-parallel-execution, Global mocks and parallel execution>>

=== Misc
* Add support for <<extensions.adoc#extension-store,keeping state in extensions>>
Expand Down

0 comments on commit 271f495

Please sign in to comment.