Skip to content

Commit ada7506

Browse files
Update doc/changelog.rst
Co-authored-by: Steven Silvester <[email protected]>
1 parent 8f237e4 commit ada7506

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
@@ -8,7 +8,7 @@ PyMongo 4.14 brings a number of changes including:
88
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
99
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
1010

11-
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ValueError will be raised
11+
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
1212
if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
1313

1414
Changes in Version 4.13.2 (2025/06/17)

0 commit comments

Comments
 (0)