diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1fdb5b09a..e9e6190a6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data REST Changelog ========================== +Changes in version 2.5.7.RELEASE (2017-01-26) +--------------------------------------------- +* DATAREST-987 - PUT requests fail for transient properties not backed by a field. +* DATAREST-986 - DomainObjectReader doesn't read complex Maps properly. +* DATAREST-983 - Annotated event handlers do not resolve generic parameter types. +* DATAREST-977 - Patch fails on collection containing nested enums with class body. +* DATAREST-970 - Repository event handlers don't respect @Order annotations. +* DATAREST-966 - Release 2.5.7 (Hopper SR7). +* DATAREST-965 - PUT does not remove nested properties. +* DATAREST-954 - Patching on nested @ElementCollection Map<> using application/merge-patch+json throws org.springframework.orm.jpa.JpaSystemException. +* DATAREST-944 - Unable to add to a nested collection. + + Changes in version 2.6.0.RELEASE (2017-01-26) --------------------------------------------- * DATAREST-987 - PUT requests fail for transient properties not backed by a field.