Changelog updates for PyMongo 2.9.1

This commit is contained in:
Bernie Hackett 2015-11-16 16:55:08 -08:00
parent f88c5ff2bc
commit 0519c5d763

View File

@ -1,6 +1,20 @@
Changelog
=========
Changes in Version 2.9.1
------------------------
Version 2.9.1 fixes a very old error handling bug in the BSON C extensions and
adapts a test case for a behavior change in MongoDB 3.2.
Issues Resolved
...............
See the `PyMongo 2.9.1 release notes in JIRA`_ for the list of resolved issues
in this release.
.. _PyMongo 2.9.1 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/16208
Changes in Version 2.9
----------------------