From c572ca4e3b89cad883bbdeac1fd9c804bc15d3c0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 25 Mar 2020 10:45:28 +0100 Subject: [PATCH] DATAMONGO-2485 - 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 659de9ed2..34ccdc2d9 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.2.6.RELEASE (2020-03-25) +--------------------------------------------- +* DATAMONGO-2497 - Update documentation regarding @Transient properties usage in the persistence constructor. +* DATAMONGO-2488 - KeyMapper.mapPropertyName does not work for nested arrays. +* DATAMONGO-2485 - Release 2.2.6 (Moore SR6). +* DATAMONGO-2445 - Deprecate ReactiveGridFs methods using AsyncInputStream. +* DATAMONGO-2300 - Can't read and convert DBRef when the type is Map. + + Changes in version 3.0.0.M4 (2020-03-11) ---------------------------------------- * DATAMONGO-2491 - Adapt to Mockito 3.3 changes. @@ -2950,3 +2959,4 @@ Repository +