From af133c26d0922025e299e267d15419f23f12d785 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 15 Jan 2020 12:37:09 +0100 Subject: [PATCH] DATAMONGO-2432 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 310aa3f74..a25ddbee2 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.2.4.RELEASE (2020-01-15) +--------------------------------------------- +* DATAMONGO-2451 - Value of sort direction converted to String for id fields (query, index creation). +* DATAMONGO-2450 - Bulk Operations do not support filterArray in update operations. +* DATAMONGO-2444 - Update copyright years to 2020. +* DATAMONGO-2442 - Cond.thenValueOf(String fieldReference) does not concat fieldRef with "$" prefix. +* DATAMONGO-2440 - Unable to use MongoTemplate to perform query with 'in' condition by field annotated with @Field(targetType = FieldType.OBJECT_ID). +* DATAMONGO-2432 - Release 2.2.4 (Moore SR4). +* DATAMONGO-2423 - @NonNullApi restricts update with null. + + Changes in version 2.1.15.RELEASE (2020-01-15) ---------------------------------------------- * DATAMONGO-2444 - Update copyright years to 2020. @@ -2839,3 +2850,4 @@ Repository +