summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-12-09 11:09:09 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-12-09 11:11:39 +0000
commitc20c13c49374d05dc9481928208a5c13bcb09f45 (patch)
tree3a6650c75128e1e0d57696e5194b7aa09c7823a4 /NEWS
parent5c02fdaa0d84b7c4cf41e69aaa154d0ec33c2759 (diff)
downloadpsycopg2-c20c13c49374d05dc9481928208a5c13bcb09f45.tar.gz
Fixed use of cursor_factory attribute in connecion subclassesfix-1019
Close #1019
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ccb07dc..0968b1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
Current release
---------------
+What's new in psycopg 2.8.5
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed use of `!connection_factory` and `!cursor_factory` together
+ (:ticket:`#1019`).
+
+
What's new in psycopg 2.8.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^