#1292 - Update changelog.txt.

This commit is contained in:
Greg Turnquist
2020-05-11 16:06:21 -05:00
parent 5d1136ee12
commit f92f965d5a
3 changed files with 11 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2011-2019 the original author or authors.
Copyright 2011-2020 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,15 @@
Spring HATEOAS Changelog
========================
Changes in version 1.1.0.RELEASE (2020-05-11)
----------------------------------------
- #1292 - Release 1.1.0.RELEASE.
- #1280 - RepresentationModelProcessorInvoker incorrectly invokes generic processors.
- #968 - @JsonUnwrapped ignored with (embedded) CollectionModel and HAL Forms.
- #864 - Create a dedicated builder for HAL representations.
- #270 - Sample for embedding HAL Resources of different types with root resource.
- #193 - Support for Resources in a Resource to be added to _embedded.
Changes in version 1.1.0.RC1 (2020-04-28)
----------------------------------------
- #1277 - Upgrade to Jackson 2.11.0.

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 45;
private static final int MILESTONE_ID = 49;
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) {