summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-06-16 19:41:52 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-06-16 19:41:52 +0100
commit2b5e1318316a064bbc598ab95d9b214fbda3c99e (patch)
tree9025e5bc8622485aaad2aecfbc955c381cc43eb1 /NEWS
parent324e56cfa354a737665068ffdecfb1fc17bb8c12 (diff)
parent70a2d2238e84ea8382bf994f2f79a008dbf5984d (diff)
downloadpsycopg2-2b5e1318316a064bbc598ab95d9b214fbda3c99e.tar.gz
Merge branch 'fix-558'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08b76f9..0a5de09 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ What's new in psycopg 2.7.2
- Fixed `~psycopg2.extras.ReplicationCursor.consume_stream()`
*keepalive_interval* argument (:ticket:`#547`).
- Fixed random `!SystemError` upon receiving abort signal (:ticket:`#551`).
+- Parse intervals returned as microseconds from Redshift (:ticket:`#558`).
- Added `~psycopg2.extras.Json` `!prepare()` method to consider connection
params when adapting (:ticket:`#562`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 10 beta 1.