Changelog for 2.9.3

This commit is contained in:
Bernie Hackett 2016-03-14 17:01:53 -07:00
parent 6f3e23b9f4
commit f6e2adbb45

View File

@ -1,6 +1,22 @@
Changelog
=========
Changes in Version 2.9.3
------------------------
Version 2.9.3 fixes a few issues reported since the release of 2.9.2 including
thread safety issues in :meth:`~pymongo.collection.Collection.ensure_index`,
:meth:`~pymongo.collection.Collection.drop_index`, and
:meth:`~pymongo.collection.Collection.drop_indexes`.
Issues Resolved
...............
See the `PyMongo 2.9.3 release notes in JIRA`_ for the list of resolved issues
in this release.
.. _PyMongo 2.9.3 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/16539
Changes in Version 2.9.2
------------------------