From 9886a7210eb007495ca589ac781bc1177af2ac04 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 4 Jul 2016 20:49:21 +0100 Subject: [PATCH] Connection state fixed noted in the news --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c73d9963..e93c23d7 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ Current release What's new in psycopg 2.6.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fixed inconsistent state in externally closed connections + (:tickets:`#263, #311, #443`). - Report the server response status on errors (such as :ticket:`#281`). - The `~psycopg2.extras.wait_select` callback allows interrupting a long-running query in an interactive shell using :kbd:`Ctrl-C`