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