From 63352d7da0cfc0a8e30577a3bb4e1b3504b1e0ab Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 19 Oct 2019 18:02:32 +0100 Subject: [PATCH] Mention bug 940 fixed in NEWS file --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index da996b83..ed7c24da 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,10 @@ 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`). +- Don't swallow keyboard interrupts on connect when a password is specified + in the connection string (:ticket:`#898`). +- Don't advance replication cursor when the message wasn't confirmed + (:ticket:`#940`). What's new in psycopg 2.8.3