DATAMONGO-2421 - Updated changelog.

This commit is contained in:
Jens Schauder
2019-12-04 11:40:47 +01:00
parent 60d3438277
commit 89b1b5c7f6

View File

@@ -1,6 +1,12 @@
Spring Data MongoDB Changelog
=============================
Changes in version 2.1.14.RELEASE (2019-12-04)
----------------------------------------------
* DATAMONGO-2421 - Release 2.1.14 (Lovelace SR14).
* DATAMONGO-2410 - Using BasicDBObject as an entity caused java.lang.ClassCastException in runtime.
Changes in version 2.2.2.RELEASE (2019-11-18)
---------------------------------------------
* DATAMONGO-2414 - ReactiveGridFsResource.getDownloadStream(…) hang if completion happens on event loop.
@@ -2814,3 +2820,4 @@ Repository
* Namespace support for Mongo repositories
* Allow usage of pagination and sorting with repositories