From 00776d6fe949fc71594219f16148fb6699734c79 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 29 Sep 2016 09:33:42 +0200 Subject: [PATCH] DATACMNS-922 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 78747abc2..5b24db9f0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Commons Changelog ============================= +Changes in version 1.11.6.RELEASE (2016-09-29) +---------------------------------------------- +* DATACMNS-923 - Remove obsolete code in DefaultRepositoryInformation. +* DATACMNS-922 - Release 1.11.6 (Gosling SR6). +* DATACMNS-917 - Query methods returning Maps shouldn't return null if no result is present. + + Changes in version 1.11.5.RELEASE (2016-09-20) ---------------------------------------------- * DATACMNS-913 - Release 1.11.5 (Gosling SR5).