#1713 - Update change log prior to release.

This commit is contained in:
Oliver Drotbohm
2021-11-11 15:05:39 +01:00
parent 4cfecbe51a
commit 7d2e3877f3
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
Spring HATEOAS Changelog
========================
Changes in version 1.3.6 (2021-11-11)
----------------------------------------
- #1712 - Upgrade to Spring Framework 5.3.13.
- #1711 - Upgrade to Reactor 2020.0.13.
- #1699 - Custom types not supported in HAL FORMS properties description.
- #1693 - Error serializing EntityModel when content is an empty bean and the ObjectMapper is configured to not to fail on those.
- #1691 - Use Links.collector() in JsonPathLinksDiscoverer.
- #1689 - Fix Javadoc in LinkDiscoverer.findLinkWithRel(…).
Changes in version 1.3.5 (2021-10-14)
----------------------------------------
- #1675 - Upgrade to Reactor 2020.0.12.

View File

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