From 344e019143920679d3f2fcc4d52fe7288be3c832 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 27 Nov 2017 16:11:15 +0100 Subject: [PATCH] DATAMONGO-1816 - 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 fd0c010f0..5983cd969 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.0.2.RELEASE (2017-11-27) +--------------------------------------------- +* DATAMONGO-1823 - AfterConvertEvent is not published when using custom methods in repository interface. +* DATAMONGO-1821 - Fix method ambiguity in tests when compiling against MongoDB 3.6. +* DATAMONGO-1820 - Investigate failing TravisCI build. +* DATAMONGO-1818 - Reference documentation mentions @TailableCursor instead of @Tailable. +* DATAMONGO-1817 - Kotlin extensions should return nullable types. +* DATAMONGO-1816 - Release 2.0.2 (Kay SR2). + + Changes in version 1.10.9.RELEASE (2017-11-27) ---------------------------------------------- * DATAMONGO-1809 - Type hint usage broken when using positional parameters with more than one digit.