From 880405c391c46b4b88f0d9e53c883e875768232f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 5 Sep 2014 09:23:25 +0200 Subject: [PATCH] DATACMNS-572 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 12d3d4661..f9e23a59b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Commons Changelog ============================= +Changes in version 1.9.0.RELEASE (2014-09-05) +--------------------------------------------- +* DATACMNS-572 - Release 1.9 GA. +* DATACMNS-571 - Move to JDK 8 for build. +* DATACMNS-570 - Fix Travis build profile setup. +* DATACMNS-566 - Cannot sort on field operation with QueryDSL. +* DATACMNS-565 - Custom repository implementations are not picked up when using CDI. +* DATACMNS-562 - MappingContext fails to resolve TreeMap as Map value type. + + Changes in version 1.8.4.RELEASE (2014-08-27) --------------------------------------------- * DATACMNS-568 - Release 1.8.4.