summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b3dab3..3c6ba19 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Current release
What's new in psycopg 2.8.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^
+- Fix concurrent use of `!conection.poll()` (:ticket:`1248`).
- Accept empty params as `~psycopg2.connect()` (:ticket:`#1250`).
- Fix attributes refcount in `Column` initialisation (:ticket:`#1252`).
- Allow re-initialisation of static variables in the C module (:ticket:`#1267`).