PYTHON-1476 Add changelog entry for flexible BSON work

(cherry picked from commit 6bea39d7ca)
This commit is contained in:
Prashant Mital 2019-03-22 13:03:39 -07:00
parent 214f4ea5ea
commit 8f4b0c598a
No known key found for this signature in database
GPG Key ID: 3D2DAA9E483ABE51

View File

@ -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
...............