From 9ca8ad7fc985f99a02b62db15cb1a829be8321e4 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Fri, 25 Jul 2014 10:56:39 -0700 Subject: [PATCH] Changelog for version 2.7.2. --- doc/changelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index ebed917d7..e9b30008f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,23 @@ Changelog ========= +Changes in Version 2.7.2 +------------------------ + +Version 2.7.2 includes fixes for upsert reporting in the bulk API for MongoDB +versions previous to 2.6, a regression in how son manipulators are applied in +:meth:`~pymongo.collection.Collection.insert`, a few obscure connection pool +semaphore leaks, and a few other minor issues. See the list of issues resolved +for full details. + +Issues Resolved +............... + +See the `PyMongo 2.7.2 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 2.7.2 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/14005 + Changes in Version 2.7.1 ------------------------