From c8381c734bceacd5f99e2aa5ef7b7fc722a76dc7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 26 Jul 2018 14:42:54 +0200 Subject: [PATCH] DATAMONGO-2007 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ce9d5176a..09a3e8b6d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.0.9.RELEASE (2018-07-26) +--------------------------------------------- +* DATAMONGO-2030 - Reactive repositories don't handle existsByProperty properly. +* DATAMONGO-2029 - String query methods do not convert List and List to their correct representation. +* DATAMONGO-2016 - MongoCredentialPropertyEditor throws ArrayIndexOutOfBoundsException when password contains a questionmark. +* DATAMONGO-2011 - Getting exception in MappingMongoConverter while trying to map array of arrays into Object. +* DATAMONGO-2007 - Release 2.0.9 (Kay SR9). + + Changes in version 2.1.0.RC1 (2018-07-26) ----------------------------------------- * DATAMONGO-2030 - Reactive repositories don't handle existsByProperty properly.