Skip to content

Commit 5f71d9f

Browse files
committed
#1538 - Prepare changelog for 1.3.1 release.
1 parent eb80cf7 commit 5f71d9f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.3.1 (2021-05-12)
5+
----------------------------------------
6+
- #1533 - Upgrade to Spring 5.3.7.
7+
- #1532 - Add build profile for Kotlin 1.5.0 compatibility.
8+
- #1531 - Make WebConverters public.
9+
- #1524 - Provide additional HtmlInputType's for checkbox, radio and file.
10+
- #1522 - Cannot bootstrap HATEOAS without a default media type enabled.
11+
- #1519 - Handle deprecation for PropertyNamingStrategyBase.
12+
- #1517 - Exception on HAL serialization with object mapper configured to sort map entries by keys.
13+
414
Changes in version 1.3 GA (2021-04-13)
515
--------------------------------------
616
- #1513 - Upgrade to Jackson 2.12.3.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 66;
41+
private static final int MILESTONE_ID = 67;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)