summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-06-24 12:13:47 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-06-24 12:13:47 +0100
commit6e972200a3ea8a003d93ee81df536d16a1bde2d7 (patch)
treeedba88d5d99930c95b5de0bbf5a90869ef7c9b6e
parent3465ce282e818a455d4ba3ed6cb5a3923734d6b4 (diff)
downloadpsycopg2-6e972200a3ea8a003d93ee81df536d16a1bde2d7.tar.gz
Mention ctrl-c swallowing fixed in news file
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9251834..da996b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
Current release
---------------
+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`).
+
+
What's new in psycopg 2.8.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^