DATAMONGO-1280 - Updated "What’s new" section in reference documentation.

Original pull request: #319.
This commit is contained in:
Christoph Strobl
2015-08-28 09:32:20 +02:00
committed by Oliver Gierke
parent 55b44ff7aa
commit 206337044a

View File

@@ -1,6 +1,15 @@
[[new-features]]
= New & Noteworthy
[[new-features.1-8-0]]
== What's new in Spring Data MongoDB 1.8
* `Criteria` offers support for creating `$geoIntersects`.
* Support http://docs.spring.io/spring/docs/current/spring-framework-reference/html/expressions.html[SpEL expressions] in `@Query`.
* `MongoMappingEvents` expose the collection name they are issued for.
* Improved support for `<mongo:mongo-client credentials="..." />`.
* Improved index creation failure error message.
[[new-features.1-7-0]]
== What's new in Spring Data MongoDB 1.7