Skip to content

Commit df95352

Browse files
committed
Clarify encrypted connection.
1 parent ba0a312 commit df95352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ PyMongo 4.14 brings a number of changes including:
1212
on-demand
1313
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
1414
if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
15-
- Fixed a but that raised ``EncryptionError`` when using :meth:`pymongo.mongo_client.MongoClient.server_info`.
15+
- Fixed a but that raised ``EncryptionError`` when using :meth:`pymongo.mongo_client.MongoClient.server_info` with an
16+
encrypted collection.
1617

1718
Changes in Version 4.13.2 (2025/06/17)
1819
--------------------------------------

0 commit comments

Comments
 (0)