We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce96a1c commit 21e4168Copy full SHA for 21e4168
doc/changelog.rst
@@ -8,8 +8,8 @@ Version 4.15.3 is a bug fix release.
8
9
- Fixed a memory leak when raising :class:`bson.errors.InvalidDocument` with C extensions.
10
- Fixed the return type of the :meth:`~pymongo.asynchronous.collection.AsyncCollection.distinct`,
11
- :meth:`~pymongo.synchronous.collection.Collection.distinct`, :meth:`pymongo.synchronous.cursor.Cursor.distinct` and
12
- :meth:`pymongo.asynchronous.cursor.AsyncCursor.distinct` methods.
+ :meth:`~pymongo.synchronous.collection.Collection.distinct`, :meth:`pymongo.asynchronous.cursor.AsyncCursor.distinct`,
+ and :meth:`pymongo.asynchronous.cursor.AsyncCursor.distinct` methods.
13
14
Issues Resolved
15
...............
0 commit comments