Skip to content

Commit ba0a312

Browse files
committed
Add changelog entry
1 parent cccfe6b commit ba0a312

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,9 +10,9 @@ PyMongo 4.14 brings a number of changes including:
1010
- Added :meth:`pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadata` and
1111
:meth:`pymongo.mongo_client.MongoClient.append_metadata` to allow instantiated MongoClients to send client metadata
1212
on-demand
13-
1413
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
1514
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`.
1616

1717
Changes in Version 4.13.2 (2025/06/17)
1818
--------------------------------------

0 commit comments

Comments
 (0)