Skip to content

Commit 1ad6448

Browse files
committed
#1635 - Prepare changelog for 1.4 M3 release.
1 parent 60e7f2e commit 1ad6448

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
Spring HATEOAS Changelog
22
========================
3+
4+
Changes in version 1.4 M3 (2021-09-16)
5+
----------------------------------------
6+
- #1634 - Upgrade to AssertJ 3.20.2.
7+
- #1633 - Upgrade to EvoInflector 1.3.
8+
- #1632 - Upgrade to Logback 1.2.6.
9+
- #1631 - Upgrade to JaCoCo 0.8.7.
10+
- #1630 - Upgrade to Jackson 2.12.5.
11+
- #1629 - Upgrade to JUnit 5.8.
12+
- #1628 - Upgrade to Slf4j 1.7.32.
13+
- #1627 - Upgrade to Mockk 1.12.0.
14+
- #1626 - Upgrade to Kotlin 1.5.30 and Coroutines 1.5.3.
15+
- #1625 - Upgrade to Reactor 2020.0.11.
16+
- #1624 - Upgrade to Spring Framework 5.3.10.
17+
- #1609 - Avoid superfluous object creation in Link.valueOf(…).
18+
- #1608 - HAL-FORMS affordance method is in lowercase instead of uppercase.
19+
- #1607 - Remove deprecations in Affordances.
20+
- #1602 - Wrong nullability declarations for properties of Link.
21+
- #1599 - @JsonIdentityInfo not rendering correctly since Spring HATEOAS 1.1.2.
22+
- #1598 - Custom converter is not used for enum list query parameter.
23+
324
Changes in version 1.4 M2 (2021-08-12)
425
----------------------------------------
526
- #1591 - Allow to register custom media type for HAL FORMS.

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 = 75;
41+
private static final int MILESTONE_ID = 76;
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)