From c5b580b82b6fca2ea6d62def39fab9f7aed31881 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 24 Jan 2018 11:18:22 +0100 Subject: [PATCH] DATAMONGO-1829 - 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 5983cd969..377610a25 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.10.10.RELEASE (2018-01-24) +----------------------------------------------- +* DATAMONGO-1843 - Aggregation operator $reduce with ArrayOperators.Reduce produce a wrong Document. +* DATAMONGO-1831 - Failure to read Scala collection types in MappingMongoConverter. +* DATAMONGO-1829 - Release 1.10.10 (Ingalls SR10). +* DATAMONGO-1824 - Assert compatibility with MongoDB Server 3.6. + + Changes in version 2.0.2.RELEASE (2017-11-27) --------------------------------------------- * DATAMONGO-1823 - AfterConvertEvent is not published when using custom methods in repository interface.