Skip to content

Commit f9405ed

Browse files
committed
Updated changelog.
See #3598
1 parent 14c874e commit f9405ed

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.
@@ -3387,5 +3393,6 @@ Repository
33873393

33883394

33893395

3396+
33903397

33913398

0 commit comments

Comments
 (0)