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 +