From ec59cc433ffb5bfe491da84ff9a356215e62e5d4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 14:22:11 +0200 Subject: [PATCH] DATACMNS-527 - 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 114f2bda3..ac2855538 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Commons Changelog ============================= +Changes in version 1.8.1.RELEASE (2014-06-30) +--------------------------------------------- +* DATACMNS-528 - Upgrade to Spring HATEOAS 0.14.0. +* DATACMNS-527 - Release 1.8.1. +* DATACMNS-521 - Disable Querydsl.next profile in Travis build. +* DATACMNS-520 - Parameters incorrectly rejects query method signature. +* DATACMNS-518 - Spring Data Infinite Loop in HashMap in PreferredConstructor and CustomConversions. +* DATACMNS-514 - Typo in Example 1.26. Declaring a Jackson repository populator. +* DATACMNS-513 - ControllerLinkBuilder not detecting the right @RequestMapping from a controller. +* DATACMNS-511 - AbstractMappingContext.addPersistentEntity causes infinite loop. + + Changes in version 1.7.3.RELEASE (2014-06-18) --------------------------------------------- * DATACMNS-522 - Release 1.7.3.