summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-04-11 00:53:57 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-04-11 00:54:55 +0100
commit14bfc5434418249f86f6dfa5ab5ef057cf57074c (patch)
tree4bb5c70b21017a8efdec77d89ea59fd1e423c79d /NEWS
parent5e01c47818f86511afaf2d016194bc77bca5bf54 (diff)
downloadpsycopg2-14bfc5434418249f86f6dfa5ab5ef057cf57074c.tar.gz
Mention fix to repeated fields in RealDictCursor in news file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 49beb15..29390e7 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^