Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
See #3616
  • Loading branch information
mp911de committed Apr 14, 2021
1 parent d23e1b3 commit f065e29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -3419,5 +3429,6 @@ Repository






0 comments on commit f065e29

Please sign in to comment.