#1814 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-07-14 11:56:14 +02:00
parent 43a95322b4
commit c11d21d123
2 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,21 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0 M4 (2022-07-14)
----------------------------------------
- #1813 - Upgrade to Spring Framework 6.0 M5.
- #1812 - Upgrade to Slf4j 1.7.36.
- #1811 - Upgrade to Lombok 1.18.24.
- #1810 - Upgrade to AssertJ 3.23.1.
- #1809 - Upgrade to Reactor 2022.0.0 M4.
- #1808 - Upgrade to Kotlin 1.7.
- #1800 - UriTemplate can't recognize variable names that contain a dot.
- #1796 - Change signature of ReactiveRepresentationModelAssembler.
- #1793 - Path segment capturing {*…} not correctly expanded.
- #1790 - Upgrade to Reactor 2022.0.0 M2.
- #1775 - Optimization around constructing UriTemplate with multiple template variables of the same type.
- #1722 - LinkBuilderSupport.toUri() double-encodes request parameters.
Changes in version 2.0 M3 (2022-05-12)
----------------------------------------
- #1788 - 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 = 94;
private static final int MILESTONE_ID = 99;
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) {