From 6e972200a3ea8a003d93ee81df536d16a1bde2d7 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 24 Jun 2019 12:13:47 +0100 Subject: [PATCH] Mention ctrl-c swallowing fixed in news file --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 92518342..da996b83 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^