One line about the new packages in the news file

This commit is contained in:
Daniele Varrazzo 2021-05-26 17:07:16 +01:00
parent 52cd94442c
commit a9db3228d3

7
NEWS
View File

@ -4,7 +4,6 @@ Current release
What's new in psycopg 2.9 What's new in psycopg 2.9
------------------------- -------------------------
- Dropped support for Python 2.7, 3.4, 3.5 (:tickets:`#1198, #1000, #1197`).
- ``with connection`` starts a transaction on autocommit transactions too - ``with connection`` starts a transaction on autocommit transactions too
(:ticket:`#941`). (:ticket:`#941`).
- Escape table and column names in `~cursor.copy_from()` and - Escape table and column names in `~cursor.copy_from()` and
@ -15,6 +14,12 @@ What's new in psycopg 2.9
- Include library dirs required from libpq to work around MacOS build problems - Include library dirs required from libpq to work around MacOS build problems
(:ticket:`#1200`). (:ticket:`#1200`).
Other changes:
- Dropped support for Python 2.7, 3.4, 3.5 (:tickets:`#1198, #1000, #1197`).
- Build system for Linux/MacOS binary packages moved to GitHub action, now
providing :pep:`600`\-style wheels packages.
What's new in psycopg 2.8.7 What's new in psycopg 2.8.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^