Skip to content

Commit a6b6532

Browse files
committed
Update release notes for 2.4-M1
1 parent 474bbb2 commit a6b6532

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/release_notes.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
= Release Notes
33
include::include.adoc[]
44

5-
== 2.4 (tbd)
5+
== 2.4-M1 (2022-11-30)
6+
7+
* Fix issues with Spring 6/Spring Boot 3 spockPull:1541[]
68

79
== 2.3 (2022-09-29)
810

@@ -13,8 +15,8 @@ include::include.adoc[]
1315
* Validate uniqueness of fixture methods per specification class spockPull:1521[]
1416

1517
NOTE: The changes to equality checking for `Comparable` mocks can lead to different behavior when no explicit `compareTo` interactions was defined.
16-
For example, Groovy will use `compareTo` to check equality when classes implement `Compareable`.
17-
Until now, the mock would return `0` for default invocations, which would lead to the objects being considered equal.
18+
For example, Groovy will use `compareTo` to check equality when classes implement `Compareable`.
19+
Until now, the mock would return `0` for default invocations, which would lead to the objects being considered equal.
1820

1921
Thanks to all the contributors to this release: Jackson Popkin
2022

0 commit comments

Comments
 (0)