Connection state fixed noted in the news

This commit is contained in:
Daniele Varrazzo 2016-07-04 20:49:21 +01:00
parent f4b57822b0
commit 9886a7210e

2
NEWS
View File

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