From e5a29ab1b5beb6f8edfda49cdcd41122d6908f79 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 18 Mar 2016 11:06:52 +0100 Subject: [PATCH] DATAMONGO-1392 - 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 d321f0fc0..b627cf137 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.9.0.RC1 (2016-03-18) +----------------------------------------- +* DATAMONGO-1400 - Adapt to rename of Spring Data Commons' Tuple to Pair. +* DATAMONGO-1397 - MongoTemplate.geoNear() do not log the Query. +* DATAMONGO-1392 - Release 1.9 RC1 (Hopper). +* DATAMONGO-1389 - Adapt test case to changes made for improved type prediction infrastructure. +* DATAMONGO-1387 - BasicQuery.fields().include() doesn't stick, even though Query.fields().include() does. +* DATAMONGO-1373 - Problem with custom annotations with AliasFor annotated attributes. +* DATAMONGO-1326 - Add support for $lookup to aggregation. +* DATAMONGO-1245 - Add support for Query-By-Example. + + Changes in version 1.8.4.RELEASE (2016-02-23) --------------------------------------------- * DATAMONGO-1381 - Release 1.8.4 (Gosling SR4).