Skip to content

Commit 7ff383b

Browse files
committed
#1489 - Adapt changelog after 1.3 M3 release.
1 parent 0654352 commit 7ff383b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.3 M3 (2021-03-16)
5+
----------------------------------------
6+
- #1497 - Upgrade to Spring 5.3.5.
7+
- #1494 - Improve HAL Link deserialization.
8+
- #1493 - Upgrade to JaCoCo 0.8.6.
9+
- #1492 - Upgrade to Jackson 2.12.
10+
- #1491 - Upgrade to Kotlin Coroutines 1.4.3.
11+
- #1490 - Upgrade to Reactor 2020.0.5.
12+
- #1489 - Release 1.3 M3.
13+
- #1484 - Significant performance regression in WebHandler.
14+
- #1483 - Add support for HAL-FORMS options element.
15+
- #1482 - Properly find project version number for CI jobs.
16+
- #1477 - DelegatingEntityLinks does not override linkForItermResource(Class<?>, Object).
17+
- #1474 - Migrate to new Sonatype infrastructure.
18+
- #1421 - Use JDK 15 for CI testing.
19+
420
Changes in version 1.3 M2 (2021-02-16)
521
----------------------------------------
622
- #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.

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