From 48700f239d706986188adbcaa1f18b75ae6d0bff Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 15:01:19 +0200 Subject: [PATCH] DATAREST-337 - Updated changelog. --- src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6482e0c2c..c283d23aa 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,25 @@ Spring Data REST Changelog ========================== +Changes in version 2.1.1.RELEASE (2014-06-30) +--------------------------------------------- +* DATAREST-341 - Upgrade to Spring HATEOAS 0.14.0.RELEASE. +* DATAREST-340 - Non-persistent properties not rendered. +* DATAREST-337 - Release 2.1.1. +* DATAREST-335 - Overriding repositories delete method results in "argument type mismatch" exception. +* DATAREST-331 - Improvements in ResourceProcessorHandlerMethodReturnValueHandler. +* DATAREST-330 - Resources should support HEAD method. +* DATAREST-329 - RepositoryRestMvcConfiguration causes eager initialization of beans. +* DATAREST-328 - Serialization errors if type contains only renamed properties. +* DATAREST-327 - Collection references are removed on PUT and PATCH if defaulted to empty collections. +* DATAREST-325 - ReflectionRepositoryInvoker fails to invoke non-public methods. +* DATAREST-320 - Fields with @JsonProperty are ignored on serialization. +* DATAREST-318 - BaseUri does not strip template variables correctly if invoked with NativeWebRequest. +* DATAREST-316 - UriStringDeserializer should guard against URI templates submitted. +* DATAREST-311 - executeSearchCompact - Mismatch argument name and path variable name. +* DATAREST-182 - PlatformTransactionManager can't be autowired if more than one available in ApplicationContext. + + Changes in version 2.0.3.RELEASE (2014-06-18) --------------------------------------------- * DATAREST-322 - Release 2.0.3.