pypi3 fix noted in the news file

This commit is contained in:
Daniele Varrazzo 2018-01-10 22:44:37 +00:00
parent b99c8ab2de
commit 54cd0c66af

1
NEWS
View File

@ -11,6 +11,7 @@ What's new in psycopg 2.7.4
(:ticket:`632`).
- Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING` statements
(:ticket:`633`).
- Fixed compatibility problem with pypy3 (:ticket:`#649`).
- Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2m.