From b8a49d0f138e7c61b9a612e498face09045c902f Mon Sep 17 00:00:00 2001 From: behackett Date: Fri, 6 Sep 2013 13:46:01 -0700 Subject: [PATCH] Release notes for 2.6.2 --- doc/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 2bf83c837..2e8ea92f9 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,20 @@ Changelog ========= +Changes in Version 2.6.2 +------------------------ + +Version 2.6.2 fixes a :exc:`TypeError` problem when max_pool_size=None +is used in Python 3. + +Issues Resolved +............... + +See the `PyMongo 2.6.2 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 2.6.2 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/12910 + Changes in Version 2.6.1 ------------------------