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.