summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7df532a..f7e467b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ What's new in psycopg 2.9
-------------------------
- Dropped support for Python 2.7, 3.4, 3.5 (:tickets:#1198, #1000, #1197).
+- Reclassified SQLSTATE connection exceptions (08XXX) as
+ `~psycopg2.errors.OperationalError` (subclass of previously used
+ `~psycopg2.errors.DatabaseError`) (:ticket:`#1148`).
+
What's new in psycopg 2.8.6
^^^^^^^^^^^^^^^^^^^^^^^^^^^