From 0a3209a489aee43cf87d079564a7a1bf08a8796a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:19 +0200 Subject: [PATCH] DATAREST-663 - Updated changelog. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 25f4484ae..6abcddea0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,22 @@ Spring Data REST Changelog ========================== +Changes in version 2.4.0.RELEASE (2015-09-01) +--------------------------------------------- +* DATAREST-663 - Release 2.4 GA (Gosling). +* DATAREST-662 - Unable to post entity with subclassed property (JPA). +* DATAREST-658 - Return resource links as headers for HEAD requests. +* DATAREST-655 - Typo in exception message in parameter checks for ParameterMetadata. +* DATAREST-654 - Add support for enum value serialization. +* DATAREST-651 - Upgrade to Spring HATOEAS 0.19. +* DATAREST-647 - Remove unnecessary loading of the entity in RepositoryEntityController.patchItemResource(…) / putItemResource(…). +* DATAREST-644 - Improve JSON Schema output. +* DATAREST-627 - Extend Spring Data shipped HAL browser to use resource metadata. +* DATAREST-626 - _embedded resource with curie namespace not rendering in HAL browser. +* DATAREST-623 - Extend reference documentation to show how to programmatically link to endpoints. +* DATAREST-363 - Latest SNAPSHOT return multiple links attribute. + + Changes in version 2.4.0.RC1 (2015-08-04) ----------------------------------------- * DATAREST-634 - Release 2.4 RC1 (Gosling).