From dee22d27261f301c2750e8da77cbbd9a2b4d1178 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 28 Jul 2015 14:52:47 +0200 Subject: [PATCH] DATAREST-628 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7de24281c..ac893a0dd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data REST Changelog ========================== +Changes in version 2.3.2.RELEASE (2015-07-28) +--------------------------------------------- +* DATAREST-628 - Release 2.3.2 (Fowler). +* DATAREST-622 - Remove obsolete wrapping of embeddeds into Resources. +* DATAREST-619 - Typo in docs of RepositoryEntityController::patchItemResource, Docs mention PUT. +* DATAREST-617 - Requests with Accept header of application/*+json return the compact representation. +* DATAREST-609 - For @RepositoryRestController, appending %7B to URL passes security check. +* DATAREST-606 - Non-public @RepositoryEventHandler are not made accessible prior to reflective invocation. +* DATAREST-605 - NullPointerExceptions when issuing PATCH requests on entities containing Map properties. +* DATAREST-596 - Fix small typo in reference docs. +* DATAREST-539 - RepositoryRestExceptionHandler does not log the exception if it has no message. +* DATAREST-377 - UriStringDeserializer fails with "Could not read JSON: Template must not be null or empty!". + + Changes in version 2.1.6.RELEASE (2015-07-01) --------------------------------------------- * DATAREST-601 - Release 2.1.6 (Dijkstra).