Skip to content

Commit 5a3bb74

Browse files
committed
address review
1 parent db5a7ba commit 5a3bb74

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
@@ -15,7 +15,7 @@ PyMongo 4.11 brings a number of changes including:
1515
- Dropped support for the MONGODB-CR authenticate mechanism, which is no longer supported by MongoDB 4.0+.
1616
- Added limited support for free-threaded Python with the GIL disabled. For more information see:
1717
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>`_.
18-
We do not yet support free-threaded Python on Windows (`PYTHON-5027`_) or with Encryption (`PYTHON-5024`_).
18+
We do not yet support free-threaded Python on Windows (`PYTHON-5027`_) or with In-Use Encryption (`PYTHON-5024`_).
1919
- :attr:`~pymongo.asynchronous.mongo_client.AsyncMongoClient.address` and
2020
:attr:`~pymongo.mongo_client.MongoClient.address` now correctly block when called on unconnected clients
2121
until either connection succeeds or a server selection timeout error is raised.

0 commit comments

Comments
 (0)