#1789 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-05-12 18:01:35 +02:00
parent 06ca2f7238
commit 872e514654
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0 M3 (2022-05-12)
----------------------------------------
- #1788 - Upgrade to Reactor 2020.0.19.
- #1787 - Upgrade to Spring Framework 6.0 M4.
- #1776 - MultipartFile parameter must not be added as template variable.
- #1764 - Performance improvements in TemplateVariable.essence().
Changes in version 2.0 M2 (2022-02-17)
----------------------------------------
- #1757 - Add support for javax.validation.constraints.NotBlank.

View File

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