From a35549d0ad380a3a0b1726cc6ec723bc80b6ee01 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 4 May 2020 23:51:37 +1200 Subject: [PATCH] Mention ticket #1101 closed in news file --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index a1c56d05..08146516 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Current release --------------- +What's new in psycopg 2.8.6 +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fixed memory leak changing connection encoding to the current one + (:ticket:`#1101`). + + What's new in psycopg 2.8.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^