File tree 2 files changed +6
-1
lines changed
test/java/org/springframework/hateoas/support
2 files changed +6
-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 RC1 (2021-03-31)
5
+ ----------------------------------------
6
+ - #1505 - Improve signature of HalFormsOptions.inline(…).
7
+ - #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).
8
+
4
9
Changes in version 1.3 M3 (2021-03-16)
5
10
----------------------------------------
6
11
- #1497 - Upgrade to Spring 5.3.5.
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 = 62 ;
41
+ private static final int MILESTONE_ID = 65 ;
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