summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-14 22:57:01 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-14 22:57:48 +0100
commit7a5edff6c66a0410d6fecd4445980aabafc3ab4a (patch)
tree0fdff3308ea7a2f20335b9ac39b35ee64bf025c3 /NEWS
parent795522ff2b89778ad4766011ca0bedf6f50b838d (diff)
downloadpsycopg2-7a5edff6c66a0410d6fecd4445980aabafc3ab4a.tar.gz
errorcodes map update to PostgreSQL 11
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a5f3dc..ed26a44 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ What's new in psycopg 2.7.6
- Fixed hang trying to :sql:`COPY` via `~cursor.execute()` (:ticket:`#781`).
- Fixed segfault accessing the `connection.readonly` and
`connection.deferrable` repeatedly (:ticket:`#790`).
+- `~psycopg2.errorcodes` map updated to PostgreSQL 11.
What's new in psycopg 2.7.5