Skip to content

Commit 43fee26

Browse files
committed
Updated changelog.
See #3595
1 parent 70145a4 commit 43fee26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 3.2.0-RC1 (2021-03-31)
5+
-----------------------------------------
6+
* #3613 - Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement.
7+
* #3609 - SimpleReactiveMongoRepository#saveAll does not populate @Id property if it is immutable.
8+
* #3600 - Rename Embedded annotation -> Unwrapped.
9+
* #3583 - Support aggregation expression on fields projection.
10+
11+
412
Changes in version 3.2.0-M5 (2021-03-17)
513
----------------------------------------
614
* #3592 - Remove @Persistent from entity-scan include filters.
@@ -3387,5 +3395,6 @@ Repository
33873395

33883396

33893397

3398+
33903399

33913400

0 commit comments

Comments
 (0)