File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Modify ``watch()`` Behavior
124
124
125
125
You can modify the behavior of the ``watch()`` method by passing an instance
126
126
of the ``mongocxx::options::change_stream`` class as a parameter. The following table
127
- describes the fields you can set in a ``mongocxx::options::find `` instance:
127
+ describes the fields you can set in a ``mongocxx::options::change_stream `` instance:
128
128
129
129
.. list-table::
130
130
:widths: 30 70
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ What's New in 4.0
37
37
{+driver-short+} v4.0 contains breaking changes. For more information, see
38
38
:ref:`version-4.0-breaking-changes` in the Upgrade Driver Versions guide.
39
39
40
+ The v4.0 driver release includes the following new features:
41
+
42
+ - Adds a getter method for the ``start_at_operation_time`` field of a
43
+ ``mongocxx::options::change_stream`` instance.
44
+
40
45
.. _version-3.11:
41
46
42
47
What's New in 3.11
You can’t perform that action at this time.
0 commit comments