Skip to content

Commit b698499

Browse files
committed
CDRIVER-1519 update NEWS for collation
1 parent b84fc35 commit b698499

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ New features and bug fixes:
77
* MongoDB 3.4 Support
88
* New URI and read preference option, "maxStalenessSeconds"
99
* MongoDB Handshake
10-
* writeConcern, readConcern, and collation enhancements
10+
* writeConcern and readConcern enhancements
11+
* Collation allows users to specify language-specific rules for string
12+
comparison when sorting documents. See the code examples for
13+
mongoc_client_read_command_with_opts, mongoc_collection_count_with_opts,
14+
mongoc_collection_find_with_opts, and mongoc_index_opt_t, as well as the
15+
"Setting Collation Order" section of the "Bulk Write Operations" guide.
1116
* mongoc_collection_count_with_opts uses the collection's read preference if
1217
none is passed in
1318
* Improved TLS support

0 commit comments

Comments
 (0)