From 206337044a0f7393c9ad6c522189aaaf3000553e Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 28 Aug 2015 09:32:20 +0200 Subject: [PATCH] =?UTF-8?q?DATAMONGO-1280=20-=20Updated=20"What=E2=80=99s?= =?UTF-8?q?=20new"=20section=20in=20reference=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original pull request: #319. --- src/main/asciidoc/new-features.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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