Skip to content

Commit 7e71c93

Browse files
committed
Addresses suggestion to mention that from 5.0, enforcement will be done on encoding AND decoding.
1 parent 70b391d commit 7e71c93

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
@@ -53,7 +53,8 @@ PyMongo 4.13 brings a number of changes including:
5353
when using ``w="majority"``.
5454
- When padding is set, ignored bits in a BSON BinaryVector of PACKED_BIT dtype should be set to zero.
5555
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.
56+
It is not yet enforced when decoding, so reading from the database will not fail, however a warning will be triggered.
57+
From PyMongo 5.0, this rule will be enforced for both encoding and decoding.
5758

5859
Issues Resolved
5960
...............

0 commit comments

Comments
 (0)