DATAMONGO-1829 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-01-24 11:18:22 +01:00
committed by Oliver Gierke
parent 9a1385186e
commit c5b580b82b

View File

@@ -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.