Skip to content

Commit 8199493

Browse files
committed
Updated changelog
1 parent 34c0ecf commit 8199493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ PyMongo 4.13 brings a number of changes including:
5151
or the `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
5252
- Fixed a bug where :class:`pymongo.write_concern.WriteConcern` repr was not eval-able
5353
when using ``w="majority"``.
54+
- Ignored bits in a BSON BinaryVector of PACKED_BIT dtype should be set to zero.
55+
On writes, this is enforced and is a breaking change.
56+
Reads from the database will not fail, however a warning will be triggered.
5457

5558
Issues Resolved
5659
...............

0 commit comments

Comments
 (0)