Browse Source

Updated changelog.

See #3650
3.1.x
Mark Paluch 5 years ago
parent
commit
9fedd8d8c3
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 12
      src/main/resources/changelog.txt

12
src/main/resources/changelog.txt

@ -1,6 +1,17 @@ @@ -1,6 +1,17 @@
Spring Data MongoDB Changelog
=============================
Changes in version 3.2.2 (2021-06-22)
-------------------------------------
* #3677 - Add missing double quote to GeoJson.java JSDoc header.
* #3668 - Projection on the _id field returns wrong result when using `@MongoId` (MongoDB 4.4).
* #3666 - Documentation references outdated `Mongo` client.
* #3660 - MappingMongoConverter problem: ConversionContext#convert does not try to use custom converters first.
* #3659 - [3.2.1] Indexing Class with Custom Converter -> Couldn't find PersistentEntity for property private [...].
* #3635 - $floor isOrOrNor() return true.
* #3633 - NPE in QueryMapper when use Query with `null` as value.
Changes in version 3.1.10 (2021-06-22)
--------------------------------------
* #3677 - Add missing double quote to GeoJson.java JSDoc header.
@ -3452,5 +3463,6 @@ Repository @@ -3452,5 +3463,6 @@ Repository

Loading…
Cancel
Save