Skip to content

Commit 1218176

Browse files
committed
Adjust changelog wording
1 parent 91dbda3 commit 1218176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PyMongo 4.12 brings a number of changes including:
1010
:class:`~pymongo.encryption_options.AutoEncryptionOpts`.
1111
- Support for $lookup in CSFLE and QE supported on MongoDB 8.1+.
1212
- Added :meth:`gridfs.asynchronous.grid_file.AsyncGridFSBucket.rename_by_name` and :meth:`gridfs.grid_file.GridFSBucket.rename_by_name`
13-
for more performant renaming of file revisions.
13+
for more performant renaming of a file with multiple revisions.
1414
- AsyncMongoClient no longer performs DNS resolution for "mongodb+srv://" connection strings on creation.
1515
To avoid blocking the asyncio loop, the resolution is now deferred until the client is first connected.
1616
- Added index hinting support to the

0 commit comments

Comments
 (0)