Update changelog

This commit is contained in:
Bernie Hackett 2017-08-16 10:08:38 -07:00
parent 728ee59f27
commit 1bc20d78ab

View File

@ -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
...............