summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-15 00:48:44 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-15 00:48:44 +0100
commit5da968d6f656784f9d9ff0d1c9d9ed5f46e080d3 (patch)
tree2a58665b992c43eb71d804bf64dff239fe714489 /NEWS
parent61df7bdd8d8bc8f085771377b145fef42986feb5 (diff)
downloadpsycopg2-5da968d6f656784f9d9ff0d1c9d9ed5f46e080d3.tar.gz
Added documentation for the errors module
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54237b8..5c57749 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ What's new in psycopg 2.8
New features:
+- Added `~psycopg2.errors` module. Every PostgreSQL error is converted into
+ a specific exception class (:ticket:`#682`).
- Added `~psycopg2.extensions.encrypt_password()` function (:ticket:`#576`).
- `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows
maintain columns order (:ticket:`#177`).