From 55ced4437941ed58e4792116d53e580b53592c8b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 29 Sep 2016 13:53:12 +0200 Subject: [PATCH] DATACMNS-914 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5b24db9f0..0dd77a80f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Commons Changelog ============================= +Changes in version 1.12.4.RELEASE (2016-09-29) +---------------------------------------------- +* DATACMNS-923 - Remove obsolete code in DefaultRepositoryInformation. +* DATACMNS-921 - ResultProcessor should create approximate collection instead of exact one. +* DATACMNS-917 - Query methods returning Maps shouldn't return null if no result is present. +* DATACMNS-914 - Release 1.12.4 (Hopper SR4). + + Changes in version 1.11.6.RELEASE (2016-09-29) ---------------------------------------------- * DATACMNS-923 - Remove obsolete code in DefaultRepositoryInformation.