From 38b7fb7105f15fbc936219922c4801a39f18d7a2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 14 Apr 2021 14:18:16 +0200 Subject: [PATCH] Updated changelog. See #3616 --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9531bd995..e7b34bdd6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data MongoDB Changelog ============================= +Changes in version 3.2.0 (2021-04-14) +------------------------------------- +* #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty. +* #3621 - Upgrade to MongoDB Java Drivers 4.2.3. +* #3612 - Upgrade to MongoDB 4.4 on CI. +* #3601 - Criteria object not allowing to use field names with underscore in them. +* #3583 - Support aggregation expression on fields projection. +* #3414 - Criteria or toEquals fail if contains regex [DATAMONGO-2559]. + + Changes in version 3.1.8 (2021-04-14) ------------------------------------- * #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty. @@ -3419,5 +3429,6 @@ Repository +