pypi3 fix noted in the news file

This commit is contained in:
Daniele Varrazzo 2018-01-10 22:44:37 +00:00
parent 77c703395b
commit b3a70e09e9

1
NEWS
View File

@ -24,6 +24,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.