From 1ffee802c0f46b39972eb75c9f3fccc722f0df3e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 28 Jul 2015 14:52:30 +0200 Subject: [PATCH] DATAMONGO-1261 - 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 e6ff87093..fdfa9ea4e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.7.2.RELEASE (2015-07-28) +--------------------------------------------- +* DATAMONGO-1261 - Release 1.7.2 (Fowler). +* DATAMONGO-1260 - Prevent accidental authentication misconfiguration on SimpleMongoDbFactory. +* DATAMONGO-1257 - mongo:mongo-client namespace does not support usernames with a comma. +* DATAMONGO-1254 - Group after Project in aggregation uses incorrect field name. +* DATAMONGO-1251 - update / findAndModify throws NullPointerException. +* DATAMONGO-1250 - Custom converter implementation not used in updates. + + Changes in version 1.5.6.RELEASE (2015-07-01) --------------------------------------------- * DATAMONGO-1246 - Release 1.5.6 (Dijkstra).