Skip to content

Commit ac64d2c

Browse files
committed
address review
1 parent 978fa10 commit ac64d2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ PyMongo 4.11 brings a number of changes including:
2020
- Added :func:`repr` support to :class:`pymongo.operations.IndexModel`.
2121
- Added :func:`repr` support to :class:`pymongo.operations.SearchIndexModel`.
2222
- Added ``sort`` parameter to
23-
:meth:`~pymongo.collection.Collection.update_one` and :meth:`~pymongo.collection.Collection.replace_one`
23+
:meth:`~pymongo.collection.Collection.update_one`, :meth:`~pymongo.collection.Collection.replace_one`,
24+
:class:`~pymongo.operations.UpdateOne`, and
25+
:class:`~pymongo.operations.UpdateMany`,
2426

2527
Issues Resolved
2628
...............

0 commit comments

Comments
 (0)