File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ New features and bug fixes:
7
7
* MongoDB 3.4 Support
8
8
* New URI and read preference option, "maxStalenessSeconds"
9
9
* 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.
11
16
* mongoc_collection_count_with_opts uses the collection's read preference if
12
17
none is passed in
13
18
* Improved TLS support
You can’t perform that action at this time.
0 commit comments