summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-07-04 20:49:21 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-07-04 22:07:28 +0100
commit9886a7210eb007495ca589ac781bc1177af2ac04 (patch)
tree857e91dba880447e4d1df64ef9e963eea1bb4e0f
parentf4b57822b081d49e506ea22743391207709704d8 (diff)
downloadpsycopg2-9886a7210eb007495ca589ac781bc1177af2ac04.tar.gz
Connection state fixed noted in the news
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c73d996..e93c23d 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`