From bf51bcd7ea4dcff1c23e978c216994e2059dc266 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 1 Jul 2015 02:08:30 +0200 Subject: [PATCH] DATAMONGO-1246 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5bedbebca..e6ff87093 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.5.6.RELEASE (2015-07-01) +--------------------------------------------- +* DATAMONGO-1246 - Release 1.5.6 (Dijkstra). +* DATAMONGO-1234 - Fix typos in JavaDoc. +* DATAMONGO-1232 - IgnoreCase should escape queries. +* DATAMONGO-1229 - MongoQueryCreator incorrectly rejects ignoreCase on nested String path. +* DATAMONGO-1224 - Assert Spring Framework 4.2 compatibility. +* DATAMONGO-1221 - Remove relative reference to parent POM to make sure the right Spring version is picked up. +* DATAMONGO-1207 - MongoTemplate#doInsertAll throws NullPointerException when passed Collection contains a null item. +* DATAMONGO-1180 - Incorrect exception message creation in PartTreeMongoQuery. +* DATAMONGO-1166 - ReadPreference not used for Aggregations. +* DATAMONGO-1155 - Upgrade mongo-next build profiles to Java driver version 2.13.0. + + Changes in version 1.6.3.RELEASE (2015-07-01) --------------------------------------------- * DATAMONGO-1247 - Release 1.6.3 (Evans).