#1489 - Adapt changelog after 1.3 M3 release.

This commit is contained in:
Oliver Drotbohm
2021-03-25 16:46:42 +01:00
parent 065435280b
commit 7ff383b51c
2 changed files with 17 additions and 1 deletions

View File

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

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 59;
private static final int MILESTONE_ID = 62;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
public static void main(String... args) {