#1714 - Update change log prior to release.

This commit is contained in:
Oliver Drotbohm
2021-11-11 15:24:20 +01:00
parent cea7b3ac26
commit 7b46211790
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Spring HATEOAS Changelog
========================
Changes in version 1.4 GA (2021-11-11)
----------------------------------------
- #1716 - Upgrade to Spring Framework 5.3.13.
- #1715 - Upgrade to Reactor 2020.0.13.
- #1697 - Custom types not supported in HAL FORMS properties description.
- #1696 - Adding request parameter template variables to a URI already containing one produce invalid template.
- #1688 - Use Links.collector() in JsonPathLinksDiscoverer.
- #1687 - Fix Javadoc in LinkDiscoverer.findLinkWithRel(…).
- #1686 - Error serializing EntityModel when content is an empty bean and the ObjectMapper is configured to not to fail on those.
Changes in version 1.4 RC1 (2021-10-14)
----------------------------------------
- #1681 - Upgrade to Kotlin 1.5.31.

View File

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