PYTHON-1476 Add changelog entry for flexible BSON work
(cherry picked from commit 6bea39d7ca)
This commit is contained in:
parent
214f4ea5ea
commit
8f4b0c598a
@ -27,6 +27,11 @@ Changes in Version 3.8.0.dev0
|
||||
when decoding the command response. Previously the codec_options
|
||||
was only used when the MongoDB server version was <= 3.0.
|
||||
- TLS Renegotiation is now disabled when possible.
|
||||
- Custom types can now be directly encoded to, and decoded from MongoDB using
|
||||
the :class:`~bson.codec_options.TypeCodec` and
|
||||
:class:`~bson.codec_options.TypeRegistry` APIs. For more information, see
|
||||
the :doc:`custom type example <examples/custom_type>`.
|
||||
|
||||
|
||||
Issues Resolved
|
||||
...............
|
||||
|
||||
Loading…
Reference in New Issue
Block a user