From 881a69864f11ffb432f8ba232cba53fffc515cf4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 28 Apr 2020 14:35:16 +0200 Subject: [PATCH] DATAMONGO-2500 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5131f4952..bef42b36f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.2.7.RELEASE (2020-04-28) +--------------------------------------------- +* DATAMONGO-2529 - EntityReader called with null argument. +* DATAMONGO-2523 - ParameterBindingJsonReader skips too many chars. +* DATAMONGO-2517 - Text search fails on entity with second constructor. +* DATAMONGO-2513 - ComparisonOperators.Eq#equalToValue doesn't work well with Lists. +* DATAMONGO-2506 - StringBasedAggregation should raise meaningful error when unsupported return type requested. +* DATAMONGO-2504 - TextCriteria Hashcode and equals. +* DATAMONGO-2502 - Regression in Update property mapping. +* DATAMONGO-2500 - Release 2.2.7 (Moore SR7). + + Changes in version 2.1.17.RELEASE (2020-04-28) ---------------------------------------------- * DATAMONGO-2529 - EntityReader called with null argument. @@ -2987,3 +2999,4 @@ Repository +