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
124124
125125You can modify the behavior of the ``watch()`` method by passing an instance
126126of 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
Original file line number Diff line number Diff 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
4247What's New in 3.11
You can’t perform that action at this time.
0 commit comments