Skip to content

Commit c70c29b

Browse files
committed
Updated changelog.
See #3650
1 parent 2a5ae0d commit c70c29b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/changelog.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Spring Data MongoDB Changelog
22
=============================
33

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

34533464

34543465

3466+
34553467

34563468

0 commit comments

Comments
 (0)