From 7903473f9961773f5566c23d90c451677248eeeb Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 29 Sep 2016 17:19:02 -0700 Subject: [PATCH] Changelog for 2.9.4 --- doc/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 87b7d40d5..f460f6c50 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,25 @@ Changelog ========= +Changes in Version 2.9.4 +------------------------ + +Version 2.9.4 fixes issues reported since the release of 2.9.3. + +- Fixed __repr__ for closed instances of :class:`~pymongo.mongo_client.MongoClient`. +- Fixed :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient` handling of + uuidRepresentation. +- Fixed building and testing the documentation with python 3.x. +- New documentation for :doc:`examples/tls` and :doc:`atlas`. + +Issues Resolved +............... + +See the `PyMongo 2.9.4 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 2.9.4 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/16885 + Changes in Version 2.9.3 ------------------------