summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-04-06 20:22:03 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-04-06 20:22:03 +0100
commitd2dce4dd17906f9c840b83b102a2718302961069 (patch)
tree028a69779409990bab02acb4315da2ab54bb518e /NEWS
parent15d684134f0972dc25bed904f48b11b7a972a7ab (diff)
downloadpsycopg2-d2dce4dd17906f9c840b83b102a2718302961069.tar.gz
Fixed link to RealDictRow from last news
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c2500fd..22d77ac 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Current release
What's new in psycopg 2.8.1
---------------------------
-- Fixed `RealDictRow` modifiability (:ticket:`#886`).
+- Fixed `~psycopg2.extras.RealDictRow` modifiability (:ticket:`#886`).
- Fixed "there's no async cursor" error polling a connection with no cursor
(:ticket:`#887`).