We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0c4e5 commit 67b506aCopy full SHA for 67b506a
doc/changelog.rst
@@ -7,8 +7,8 @@ Changes in Version 4.13.0 (2025/05/14)
7
PyMongo 4.13 brings a number of changes including:
8
9
- The asynchronous API is now stable and no longer in beta.
10
- See the `API docs <https://pymongo.readthedocs.io/en/stable/api/pymongo/asynchronous/>`_
11
- or `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
+ See the :mod:`pymongo.asynchronous` docs
+ or the `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
12
- Fixed a bug where :class:`pymongo.write_concern.WriteConcern` repr was not eval-able
13
when using ``w="majority"``.
14
0 commit comments