From b458af18a86ea0888ecd55d2388be3759d0809dd Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 10:26:33 +0100 Subject: [PATCH] DATAREST-967 - 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 a3b164fb5..1fdb5b09a 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.6.0.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-979 - Update project documentation with the CLA tool integration. +* DATAREST-978 - Migrate ticket references in test code to Spring Framework style. +* DATAREST-977 - Patch fails on collection containing nested enums with class body. +* DATAREST-976 - Sorting by an embedded property no longer works in Ingalls RC1. +* DATAREST-970 - Repository event handlers don't respect @Order annotations. +* DATAREST-967 - Release 2.6 GA (Ingalls). +* 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.5.6.RELEASE (2016-12-21) --------------------------------------------- * DATAREST-959 - PUT error when merging a previously undefined array.