From 69b44c5131a34497eea5b176c5935d0ec4012bf0 Mon Sep 17 00:00:00 2001 From: Alan Boudreault Date: Fri, 16 Jun 2017 10:31:17 -0400 Subject: [PATCH] 772 changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6f43545..be4b91b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ Bug Fixes * Fix asyncore hang on exit (PYTHON-767) * Driver takes several minutes to remove a bad host from session (PYTHON-762) * Installation doesn't always fall back to no cython in Windows (PYTHON-763) +* Avoid to replace a connection that is supposed to shutdown (PYTHON-772) Other -----