Skip to content

Commit

Permalink
SPEC-337: Fix changelog dates
Browse files Browse the repository at this point in the history
Most recent changelog entries should have been bumped to the day that #127 was merged.

The changelog date for collation options being added to bulk write models should match 67f86a4. The collation option was never in BulkWriteOptions, so "removed it from bulk write" was deleted.
  • Loading branch information
jmikola authored Jan 9, 2017
1 parent 8dfac0b commit 2a61f4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/crud/crud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Driver CRUD API
:Status: Approved
:Type: Standards
:Minimum Server Version: 2.4
:Last Modified: Aug. 17, 2016
:Last Modified: Jan. 09, 2017

.. contents::

Expand Down Expand Up @@ -1537,10 +1537,10 @@ Q: Where did modifiers go in FindOptions?
Changes
=======

* 2016-08-17: Removed modifiers from FindOptions and added in all options.
* 2016-08-17: Changed the value type of FindOptions.skip and FindOptions.limit to Int64 with a note related to calculating batchSize for opcode writes.
* 2016-08-17: Reworded description of how default values are handled and when to send certain options.
* 2016-08-17: Included collation option in the bulk write models and removed it from bulk write.
* 2017-01-09: Removed modifiers from FindOptions and added in all options.
* 2017-01-09: Changed the value type of FindOptions.skip and FindOptions.limit to Int64 with a note related to calculating batchSize for opcode writes.
* 2017-01-09: Reworded description of how default values are handled and when to send certain options.
* 2016-09-23: Included collation option in the bulk write models.
* 2016-08-05: Added in collation option.
* 2015-11-05: Typos in comments about bypassDocumentValidation
* 2015-10-16: Added maxAwaitTimeMS to FindOptions.
Expand Down

0 comments on commit 2a61f4b

Please sign in to comment.