Fix formatting of last entries in the NEWS file

This commit is contained in:
Daniele Varrazzo 2021-05-24 14:04:42 +02:00
parent 506a10026a
commit d8e6426433

8
NEWS
View File

@ -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