From 1bc20d78ab9c886000cffac3d091b7301903b19e Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 16 Aug 2017 10:08:38 -0700 Subject: [PATCH] Update changelog --- doc/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 201d77162..1d2ab9e47 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,6 +7,9 @@ Changes in Version 3.5.1 Version 3.5.1 fixes bugs reported since the release of 3.5.0: - Work around socket.getsockopt issue with NetBSD. +- :meth:`pymongo.command_cursor.CommandCursor.close` now closes + the cursor synchronously instead of deferring to a background + thread. Issues Resolved ...............