summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-24 14:04:42 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-24 14:11:06 +0200
commitd8e64264335118fa50c1b68d3a9319ea83ba47df (patch)
treef2d9123e9724c8e4146a92f8b6878ea250e3d64e
parent506a10026ae57cfbc55c9224c7c58cb242074e58 (diff)
downloadpsycopg2-d8e64264335118fa50c1b68d3a9319ea83ba47df.tar.gz
Fix formatting of last entries in the NEWS file
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 58a7fb3..47adaba 100644
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,10 @@ Current release
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`).
+- Dropped support for Python 2.7, 3.4, 3.5 (:tickets:`#1198, #1000, #1197`).
+- Connection exceptions with sqlstate ``08XXX`` reclassified as
+ `~psycopg2.OperationalError` (a subclass of the previously used
+ `~psycopg2.DatabaseError`) (:ticket:`#1148`).
What's new in psycopg 2.8.7