Browse Source

DATAMONGO-2533 - Updated changelog.

pull/871/head
Mark Paluch 6 years ago
parent
commit
ffd4166b65
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 12
      src/main/resources/changelog.txt

12
src/main/resources/changelog.txt

@ -1,6 +1,17 @@ @@ -1,6 +1,17 @@
Spring Data MongoDB Changelog
=============================
Changes in version 2.2.8.RELEASE (2020-06-10)
---------------------------------------------
* DATAMONGO-2565 - MongoPersistentEntity.getCollation(...) evaluates document expression instead of collation expression.
* DATAMONGO-2547 - java.lang.IllegalArgumentException: com.mongodb.client.MongoDatabase referenced from a method is not visible from class loader.
* DATAMONGO-2545 - Backwards incompatibilities on @Query.
* DATAMONGO-2542 - Don't attempt to map query operator keywords to properties.
* DATAMONGO-2535 - Remove Travis CI.
* DATAMONGO-2533 - Release 2.2.8 (Moore SR8).
* DATAMONGO-2509 - Polish documentation for 3.0 release.
Changes in version 2.1.18.RELEASE (2020-06-10)
----------------------------------------------
* DATAMONGO-2547 - java.lang.IllegalArgumentException: com.mongodb.client.MongoDatabase referenced from a method is not visible from class loader.
@ -3036,3 +3047,4 @@ Repository @@ -3036,3 +3047,4 @@ Repository

Loading…
Cancel
Save