From 619f9b8af00dec9d2f23a845904cc4f826a185d0 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 2 May 2014 12:46:00 +0200 Subject: [PATCH] DATACMNS-495 - Forward port changelog entries from bugfix branch. --- 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 6a820f99f..ed48861a5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Commons Changelog ============================= +Changes in version 1.7.2.RELEASE (2014-04-15) +--------------------------------------------- +** Bug + * [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified + * [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types + * [DATACMNS-485] - Detected mapping ambiguity when using @TypeAlias on a class with generics type + +** Improvement + * [DATACMNS-478] - Spring Data Commons should be buildable using Java 8 + * [DATACMNS-484] - Invalid grammar in exception message in RepositoryFactorySupport + +** Task + * [DATACMNS-488] - Release 1.7.2 + Changes in version 1.8.0.M1 (2014-03-30) ---------------------------------------- ** Bug