Skip to content

Commit 0e59bbd

Browse files
committed
DATAMONGO-1398 - Updated what's new section.
1 parent 7a4b717 commit 0e59bbd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/asciidoc/new-features.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33

44
[[new-features.1-9-0]]
55
== What's new in Spring Data MongoDB 1.9
6-
* The following annotations have been enabled to build own, composed annotations: `@Document`, `@Id`, `@Field`, `@Indexed`, `@CompoundIndex`, `@GeoSpatialIndexed`, `@TextIndexed`, `@Query`, `@Meta`.
7-
6+
* The following annotations have been enabled to build own, composed annotations: `@Document`, `@Id`, `@Field`, `@Indexed`, `@CompoundIndex`, `@GeoSpatialIndexed`, `@TextIndexed`, `@Query`, `@Meta`.
7+
* Support for projections in repository query methods.
8+
* Out-of-the-box support for `java.util.Currency` in object mapping.
9+
* Add support for the bulk operations introduced in MongoDB 2.6.
10+
* Upgrade to Querydsl 4.
811

912
[[new-features.1-8-0]]
1013
== What's new in Spring Data MongoDB 1.8

0 commit comments

Comments
 (0)