diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index a39145734..0517b60d0 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -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 ``. +* Improved index creation failure error message. + [[new-features.1-7-0]] == What's new in Spring Data MongoDB 1.7