DATAMONGO-2437 - Polishing.

Mention changes in Aggregation _id handling in what's new. Reformat code.

Original pull request: #821.
This commit is contained in:
Mark Paluch
2020-01-15 09:28:46 +01:00
parent d824f3b8b2
commit 284f547e99
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
== What's New in Spring Data MongoDB 3.0
* Support for <<mongo-template.aggregation-update,aggregation pipelines in update operations>>.
* Removal of `_id` flattening for composite Id's when using `MongoTemplate` aggregations.
* Apply pagination when using GridFS `find(Query)`.
[[new-features.2-2-0]]