There was an error while loading. Please reload this page.
1 parent 6f3e23b commit f6e2adbCopy full SHA for f6e2adb
doc/changelog.rst
@@ -1,6 +1,22 @@
1
Changelog
2
=========
3
4
+Changes in Version 2.9.3
5
+------------------------
6
+
7
+Version 2.9.3 fixes a few issues reported since the release of 2.9.2 including
8
+thread safety issues in :meth:`~pymongo.collection.Collection.ensure_index`,
9
+:meth:`~pymongo.collection.Collection.drop_index`, and
10
+:meth:`~pymongo.collection.Collection.drop_indexes`.
11
12
+Issues Resolved
13
+...............
14
15
+See the `PyMongo 2.9.3 release notes in JIRA`_ for the list of resolved issues
16
+in this release.
17
18
+.. _PyMongo 2.9.3 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/16539
19
20
Changes in Version 2.9.2
21
------------------------
22
0 commit comments