From b59e272ab299ff4deeba11048118ce6f9e89754b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Jan 2015 14:35:28 +0100 Subject: [PATCH] DATAREST-458 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 509d1c46a..bc6e93ef0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data REST Changelog ========================== +Changes in version 2.1.5.RELEASE (2015-01-27) +--------------------------------------------- +* DATAREST-460 - Make sure @Bean methods of RepositoryRestMvcConfiguration are called from proxied methods. +* DATAREST-458 - Release 2.1.5. +* DATAREST-457 - Typo in JavaDoc of BaseUri. +* DATAREST-446 - Remove usage of RepositoriesUtils as it potentially breaks customizations of ResourceMetadata. +* DATAREST-445 - RepositoryCollectionResourceMapping does not obtain domain type from RepositoryMetadata. +* DATAREST-408 - Nested projections not loading nested lists. +* DATAREST-394 - Projections are not applied to collection attributes. +* DATAREST-388 - Can't use controller advices if annotation based event handling is used. + + Changes in version 2.3.0.M1 (2014-12-01) ---------------------------------------- * DATAREST-418 - Release 2.3 M1.