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>2017-03-14 14:15:52 +0000
commit7c2333dd81c5c4ee6abd6f0fad54e02ce8d83357 (patch)
treee6dbca2286228c31185b3539cc9db5afa427194c
parent12317557da20d84baf12054d8dfce11ba8976cb6 (diff)
downloadpsycopg2-7c2333dd81c5c4ee6abd6f0fad54e02ce8d83357.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 88689f6..f745b9c 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`).