summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-01-10 22:44:37 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-01-10 22:54:03 +0000
commit54cd0c66af99819f80da357976308c31453dc38f (patch)
tree9d25a0eefa48770925262780541d885bf0cc4c4d
parentb99c8ab2dee17a040902d8329532a7f7cc3fcded (diff)
downloadpsycopg2-54cd0c66af99819f80da357976308c31453dc38f.tar.gz
pypi3 fix noted in the news file
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94f6bdb..d62df85 100644
--- a/NEWS
+++ b/NEWS
@@ -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.