Skip to content

Commit c11d21d

Browse files
committed
#1814 - Update changelog.
1 parent 43a9532 commit c11d21d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 2.0 M4 (2022-07-14)
5+
----------------------------------------
6+
- #1813 - Upgrade to Spring Framework 6.0 M5.
7+
- #1812 - Upgrade to Slf4j 1.7.36.
8+
- #1811 - Upgrade to Lombok 1.18.24.
9+
- #1810 - Upgrade to AssertJ 3.23.1.
10+
- #1809 - Upgrade to Reactor 2022.0.0 M4.
11+
- #1808 - Upgrade to Kotlin 1.7.
12+
- #1800 - UriTemplate can't recognize variable names that contain a dot.
13+
- #1796 - Change signature of ReactiveRepresentationModelAssembler.
14+
- #1793 - Path segment capturing {*…} not correctly expanded.
15+
- #1790 - Upgrade to Reactor 2022.0.0 M2.
16+
- #1775 - Optimization around constructing UriTemplate with multiple template variables of the same type.
17+
- #1722 - LinkBuilderSupport.toUri() double-encodes request parameters.
18+
419
Changes in version 2.0 M3 (2022-05-12)
520
----------------------------------------
621
- #1788 - Upgrade to Reactor 2020.0.19.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 94;
41+
private static final int MILESTONE_ID = 99;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)