Skip to content

Commit 14db97b

Browse files
committed
Addressed comments in changelog.
1 parent d7e5f3b commit 14db97b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +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.
54+
- When padding is set, ignored bits in a BSON BinaryVector of PACKED_BIT dtype should be set to zero.
55+
When encoding, this is enforced and is a breaking change.
56+
It is not enforced when decoding, so reading from the database will not fail, however a warning will be triggered.
5757

5858
Issues Resolved
5959
...............

0 commit comments

Comments
 (0)