summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-09 11:29:08 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-09 11:33:03 +0000
commit991b0e02c5a8d5e7e26edf1a470aa86b9694b981 (patch)
tree9dd8bf22c1884afebdde7e895ca155331dc70c2e /NEWS
parentaee6f9352bf766c31ddc1a4c6cd3540c9e865dd5 (diff)
downloadpsycopg2-991b0e02c5a8d5e7e26edf1a470aa86b9694b981.tar.gz
Fixed NEWS file after I actually re-read it for release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2e035a0..7412e05 100644
--- a/NEWS
+++ b/NEWS
@@ -40,13 +40,15 @@ What's new in psycopg 2.7.6
- Close named cursors if exist, even if `~cursor.execute()` wasn't called
(:ticket:`#746`).
- Fixed building on modern FreeBSD versions with Python 3.7 (:ticket:`#755`).
-- Fixed hang trying to :sql:`COPY` via `~cursor.execute()` (:ticket:`#781`).
+- Fixed hang trying to :sql:`COPY` via `~cursor.execute()` in asynchronous
+ connections (:ticket:`#781`).
- Fixed adaptation of arrays of empty arrays (:ticket:`#788`).
-- Fixed segfault accessing the `connection.readonly` and
- `connection.deferrable` repeatedly (:ticket:`#790`).
+- Fixed segfault accessing the connection's `~connection.readonly` and
+ `~connection.deferrable` attributes repeatedly (:ticket:`#790`).
- `~psycopg2.extras.execute_values()` accepts `~psycopg2.sql.Composable`
- objects (#794).
+ objects (:ticket:`#794`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 11.
+- Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
What's new in psycopg 2.7.5