File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
Spring HATEOAS Changelog
2
2
========================
3
3
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
+
4
14
Changes in version 1.3 GA (2021-04-13)
5
15
--------------------------------------
6
16
- #1513 - Upgrade to Jackson 2.12.3.
Original file line number Diff line number Diff line change 38
38
*/
39
39
class ChangelogCreator {
40
40
41
- private static final int MILESTONE_ID = 66 ;
41
+ private static final int MILESTONE_ID = 67 ;
42
42
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
43
43
44
44
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments