From 0495dd89ce60e86fcd2d4c409e6de0fe5a66f1fd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 13 Jun 2018 15:12:00 +0200 Subject: [PATCH] DATAMONGO-1969 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5e2ea0402..2cf6de406 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.0.8.RELEASE (2018-06-13) +--------------------------------------------- +* DATAMONGO-2003 - MongoQueryCreator will not create query correctly when passing Pattern Object with options. +* DATAMONGO-2002 - Criteria instances using different regex Patterns are considered equal. +* DATAMONGO-1998 - SpringDataMongodbSerializer cannot convert query on nested id. +* DATAMONGO-1988 - String ID not working for embeded objects. +* DATAMONGO-1986 - Aggregation MatchOperation fails to convert query. +* DATAMONGO-1980 - Typo in CriteriaExtensions KDoc. +* DATAMONGO-1978 - Typo in Field.positionKey. +* DATAMONGO-1974 - Full editing pass on reference documentation. +* DATAMONGO-1971 - Install MongoDB on TravisCI ourselves. +* DATAMONGO-1969 - Release 2.0.8 (Kay SR8). +* DATAMONGO-1466 - Add DbObject to GeoJson Converter. + + Changes in version 1.10.13.RELEASE (2018-06-13) ----------------------------------------------- * DATAMONGO-2003 - MongoQueryCreator will not create query correctly when passing Pattern Object with options.