From 6baba92fcfc42cf1734e5afa135d682b1327ce1c Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Fri, 23 May 2014 13:39:00 -0700 Subject: [PATCH] Changelog for 2.7.1 --- doc/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 8e90d1afc..ebed917d7 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,21 @@ Changelog ========= +Changes in Version 2.7.1 +------------------------ + +Version 2.7.1 fixes a number of issues reported since the release of 2.7, +most importantly a fix for creating indexes and manipulating users through +mongos versions older than 2.4.0. + +Issues Resolved +............... + +See the `PyMongo 2.7.1 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 2.7.1 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/13823 + Changes in Version 2.7 ----------------------