summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-11-28 03:23:42 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-11-28 03:23:42 +0000
commit914ccbacb5a21bd1f7f0bbdc32b01d73bea6dd4e (patch)
treefee08b5a1fa16758764c6de4e2e710aa608736bb /NEWS
parent1959d2403f41c4aea3473b6cc2fe1b74ada6d02b (diff)
parentb4f066bd43545a96ec98c94a4460d2b5372379a7 (diff)
downloadpsycopg2-914ccbacb5a21bd1f7f0bbdc32b01d73bea6dd4e.tar.gz
Merge branch 'python3_mintimeloggingconnection'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8f9d35..65f4936 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ What's new in psycopg 2.7.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed Solaris 10 support (:ticket:`#532`).
+- Fixed `MinTimeLoggingCursor` on Python 3 (:ticket:`#609`).
- Fixed parsing of array of points as floats (:ticket:`#613`).