#1804 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-06-20 10:25:57 +02:00
parent 9af9d5ba76
commit 62a6122fc4
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.5.1 (2022-06-20)
----------------------------------------
- #1801 - UriTemplate can't recognize variable names that contain a dot.
- #1797 - Optimization around constructing UriTemplate with multiple template variables of the same type.
- #1794 - Path segment capturing {*…} not correctly expanded.
- #1791 - LinkBuilderSupport.toUri() double-encodes request parameters.
Changes in version 1.5 GA (2022-05-12)
----------------------------------------
- #1782 - Upgrade to Reactor 2020.0.19.

View File

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