#1292 - Update changelog.txt.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user