Skip to content

Commit 6bea39d

Browse files
committed
PYTHON-1476 Add changelog entry for flexible BSON work
1 parent 76ef2b4 commit 6bea39d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ Changes in Version 3.8.0.dev0
7171
when decoding the command response. Previously the codec_options
7272
was only used when the MongoDB server version was <= 3.0.
7373
- TLS Renegotiation is now disabled when possible.
74+
- Custom types can now be directly encoded to, and decoded from MongoDB using
75+
the :class:`~bson.codec_options.TypeCodec` and
76+
:class:`~bson.codec_options.TypeRegistry` APIs. For more information, see
77+
the :doc:`custom type example <examples/custom_type>`.
78+
7479

7580
Issues Resolved
7681
...............

0 commit comments

Comments
 (0)