We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053299f commit 8d892e5Copy full SHA for 8d892e5
src/main/resources/changelog.txt
@@ -1,6 +1,15 @@
1
Spring Data MongoDB Changelog
2
=============================
3
4
+Changes in version 2.0.12.RELEASE (2018-11-27)
5
+----------------------------------------------
6
+* DATAMONGO-2135 - Use List instead of Collection when reading data with MappingMongoConverter.
7
+* DATAMONGO-2119 - Combining a SpEL expression and a $regex filter triggers a PatternSyntaxException.
8
+* DATAMONGO-2118 - Fix typo in repositories reference documentation.
9
+* DATAMONGO-2109 - Release 2.0.12 (Kay SR12).
10
+* DATAMONGO-2098 - Typo in MappingMongoConverterParser.
11
+
12
13
Changes in version 1.10.17.RELEASE (2018-11-27)
14
-----------------------------------------------
15
* DATAMONGO-2135 - Use List instead of Collection when reading data with MappingMongoConverter.
0 commit comments