From f6e2adbb45eadc3fff4c1dc3dc7cc2bf2a9bc6bc Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Mon, 14 Mar 2016 17:01:53 -0700 Subject: [PATCH] Changelog for 2.9.3 --- doc/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 453a6a0c3..87b7d40d5 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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 ------------------------