Skip to content

Commit 7b46211

Browse files
committed
#1714 - Update change log prior to release.
1 parent cea7b3a commit 7b46211

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.4 GA (2021-11-11)
5+
----------------------------------------
6+
- #1716 - Upgrade to Spring Framework 5.3.13.
7+
- #1715 - Upgrade to Reactor 2020.0.13.
8+
- #1697 - Custom types not supported in HAL FORMS properties description.
9+
- #1696 - Adding request parameter template variables to a URI already containing one produce invalid template.
10+
- #1688 - Use Links.collector() in JsonPathLinksDiscoverer.
11+
- #1687 - Fix Javadoc in LinkDiscoverer.findLinkWithRel(…).
12+
- #1686 - Error serializing EntityModel when content is an empty bean and the ObjectMapper is configured to not to fail on those.
13+
414
Changes in version 1.4 RC1 (2021-10-14)
515
----------------------------------------
616
- #1681 - Upgrade to Kotlin 1.5.31.

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 = 81;
41+
private static final int MILESTONE_ID = 84;
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)