Skip to content

Commit b13e47d

Browse files
committed
Updated changelog.
See #3598
1 parent 3743ca5 commit b13e47d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 3.1.7 (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+
9+
410
Changes in version 3.2.0-RC1 (2021-03-31)
511
-----------------------------------------
612
* #3613 - Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement.
@@ -3396,5 +3402,6 @@ Repository
33963402

33973403

33983404

3405+
33993406

34003407

0 commit comments

Comments
 (0)