Connection state fixed noted in the news

This commit is contained in:
Daniele Varrazzo 2016-07-04 20:49:21 +01:00
parent 12317557da
commit 7c2333dd81

2
NEWS
View File

@ -82,6 +82,8 @@ What's new in psycopg 2.6.3
What's new in psycopg 2.6.2 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`). - Report the server response status on errors (such as :ticket:`#281`).
- Raise `!NotSupportedError` on unhandled server response status - Raise `!NotSupportedError` on unhandled server response status
(:ticket:`#352`). (:ticket:`#352`).