#1537 - Update changelog for 1.2.6 release.

Added missing entry for 1.2.5, too.
This commit is contained in:
Oliver Drotbohm
2021-05-12 14:27:37 +02:00
parent ae154f56a7
commit 74297a05fe
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
Spring HATEOAS Changelog
========================
Changes in version 1.2.6 (2021-05-12)
----------------------------------------
- #1536 - Add build profile for Kotlin 1.5.0 compatibility.
- #1535 - Upgrade to Spring 5.3.7.
- #1518 - Exception on HAL serialization with object mapper configured to sort map entries by keys.
Changes in version 1.2.5 (2021-03-16)
----------------------------------------
- #1498 - Upgrade to Spring 5.3.5.
- #1495 - Improve HAL Link deserialization.
- #1486 - Significant performance regression in WebHandler.
- #1478 - DelegatingEntityLinks does not override linkForItermResource(Class<?>, Object).
Changes in version 1.2.4 (2021-02-16)
----------------------------------------
- #1469 - 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 = 60;
private static final int MILESTONE_ID = 68;
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) {