From 599c79bce2f6811145ac0e095fde5d806c2053dc Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 1 Apr 2019 19:05:09 +0200 Subject: [PATCH] DATAMONGO-2186 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1602910cc..5f571b75c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.0.14.RELEASE (2019-04-01) +---------------------------------------------- +* DATAMONGO-2225 - Potential bug in MongoExampleMapper. +* DATAMONGO-2219 - findAllAndRemove throws MongoWriteException if query has no matches. +* DATAMONGO-2186 - Release 2.0.14 (Kay SR14). + + Changes in version 1.10.20.RELEASE (2019-04-01) ----------------------------------------------- * DATAMONGO-2243 - Release 1.10.20 (Ingalls SR20).