summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-10-19 16:07:35 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-10-19 16:07:35 +0200
commit500f438033afbd40c646f69261c2ef55f92e147b (patch)
treea294acdc328abfac1191a28a09cbb6e4de20ca2e /NEWS
parentade98c13595cd5641a198a7fbd6865289d15f30b (diff)
downloadpsycopg2-500f438033afbd40c646f69261c2ef55f92e147b.tar.gz
Support for Python 3.8 mentioned in news file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 94d6f5e..198c4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,8 @@ What's new in psycopg 2.8.4
- Don't swallow keyboard interrupts on connect when a password is specified
in the connection string (:ticket:`#898`).
- Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid`
- and `~psycopg2.extensions.Column.type_code` (:ticket:`961).
+ and `~psycopg2.extensions.Column.type_code` (:ticket:`961`).
+- Fixed building with Python 3.8 (:ticket:`854`).
What's new in psycopg 2.8.3