From 7c2333dd81c5c4ee6abd6f0fad54e02ce8d83357 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 88689f67..f745b9cc 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,8 @@ What's new in psycopg 2.6.3 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`). - Raise `!NotSupportedError` on unhandled server response status (:ticket:`#352`).