DATAMONGO-2432 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-01-15 12:37:09 +01:00
parent 1d15eaf42e
commit 5a162bdbaf

View File

@@ -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