From 8f5b334951aa85ac3ea0fcff84d5f66551737ce3 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 25 Mar 2016 09:04:13 +0100 Subject: [PATCH] DATAMONGO-1398 - Mention QBE and add links. Original Pull Request: #349 --- src/main/asciidoc/new-features.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 782b291b4..50df5db99 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -4,7 +4,8 @@ [[new-features.1-9-0]] == What's new in Spring Data MongoDB 1.9 * The following annotations have been enabled to build own, composed annotations: `@Document`, `@Id`, `@Field`, `@Indexed`, `@CompoundIndex`, `@GeoSpatialIndexed`, `@TextIndexed`, `@Query`, `@Meta`. -* Support for projections in repository query methods. +* Support for <> in repository query methods. +* Support for <>. * Out-of-the-box support for `java.util.Currency` in object mapping. * Add support for the bulk operations introduced in MongoDB 2.6. * Upgrade to Querydsl 4.