Browse Source

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

Original pull request: #319.
pull/320/head
Christoph Strobl 10 years ago committed by Oliver Gierke
parent
commit
206337044a
  1. 9
      src/main/asciidoc/new-features.adoc

9
src/main/asciidoc/new-features.adoc

@ -1,6 +1,15 @@ @@ -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

Loading…
Cancel
Save