Skip to content

Commit 4efa957

Browse files
authored
DOCSP-45315: start_at_operation_time getter (#76)
1 parent e53a9f3 commit 4efa957

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/read/change-streams.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Modify ``watch()`` Behavior
124124

125125
You can modify the behavior of the ``watch()`` method by passing an instance
126126
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:
128128

129129
.. list-table::
130130
:widths: 30 70

source/whats-new.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ What's New in 4.0
3737
{+driver-short+} v4.0 contains breaking changes. For more information, see
3838
:ref:`version-4.0-breaking-changes` in the Upgrade Driver Versions guide.
3939

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+
4045
.. _version-3.11:
4146

4247
What's New in 3.11

0 commit comments

Comments
 (0)