Skip to content

Commit c0ce57b

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/asciidoc/new-features.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
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.
11+
* Assert compatibility with MongoDB 3.0 and MongoDB Java Driver 3.2 (see: <<mongo.mongo-3>>).
812

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

0 commit comments

Comments
 (0)