#1803 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-06-20 10:10:56 +02:00
parent 8169fe92cb
commit dd5d65ca40
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.4.4 (2022-06-20)
----------------------------------------
- #1802 - UriTemplate can't recognize variable names that contain a dot.
- #1798 - Optimization around constructing UriTemplate with multiple template variables of the same type.
- #1795 - Path segment capturing {*…} not correctly expanded.
- #1792 - LinkBuilderSupport.toUri() double-encodes request parameters.
Changes in version 1.4.3 (2022-05-12)
----------------------------------------
- #1784 - 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 = 96;
private static final int MILESTONE_ID = 97;
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) {