From 53ee18eefefd567d65606f923fdc4f6d8349d5fb Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Tue, 31 Jan 2017 13:36:14 -0800 Subject: [PATCH] Changelog updates for 2.9.5 --- doc/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index f460f6c50..fcf3e2611 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,25 @@ Changelog ========= +.. warning:: PyMongo 2.x is in maintenance mode. Support for new MongoDB + features ended with the release of MongoDB 3.0 and PyMongo 2.8. Users are + strongly encouraged to upgrade to PyMongo 3.x. See the + :doc:`/migrate-to-pymongo3` for details. + +Changes in Version 2.9.5 +------------------------ + +Version 2.9.5 works around ssl module deprecations in Python 3.6, +and expected future ssl module deprecations. + +Issues Resolved +............... + +See the `PyMongo 2.9.5 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 2.9.5 release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/17605 + Changes in Version 2.9.4 ------------------------