Skip to content

Commit 70185ff

Browse files
committed
Add 2.7.x release notes to 3.x changelog.
1 parent a69eb51 commit 70185ff

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

doc/changelog.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,38 @@ in this release.
500500

501501
.. _PyMongo 2.8 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/14223
502502

503+
Changes in Version 2.7.2
504+
------------------------
505+
506+
Version 2.7.2 includes fixes for upsert reporting in the bulk API for MongoDB
507+
versions previous to 2.6, a regression in how son manipulators are applied in
508+
:meth:`~pymongo.collection.Collection.insert`, a few obscure connection pool
509+
semaphore leaks, and a few other minor issues. See the list of issues resolved
510+
for full details.
511+
512+
Issues Resolved
513+
...............
514+
515+
See the `PyMongo 2.7.2 release notes in JIRA`_ for the list of resolved issues
516+
in this release.
517+
518+
.. _PyMongo 2.7.2 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/14005
519+
520+
Changes in Version 2.7.1
521+
------------------------
522+
523+
Version 2.7.1 fixes a number of issues reported since the release of 2.7,
524+
most importantly a fix for creating indexes and manipulating users through
525+
mongos versions older than 2.4.0.
526+
527+
Issues Resolved
528+
...............
529+
530+
See the `PyMongo 2.7.1 release notes in JIRA`_ for the list of resolved issues
531+
in this release.
532+
533+
.. _PyMongo 2.7.1 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/13823
534+
503535
Changes in Version 2.7
504536
----------------------
505537

0 commit comments

Comments
 (0)