From 14bfc5434418249f86f6dfa5ab5ef057cf57074c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 11 Apr 2019 00:53:57 +0100 Subject: [PATCH] Mention fix to repeated fields in RealDictCursor in news file --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 49beb151..29390e7a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Current release --------------- +What's new in psycopg 2.8.2 +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fixed `~psycopg2.extras.RealDictCursor` when there are repeated columns + (:ticket:`#884`). + + What's new in psycopg 2.8.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^