diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-06-07 18:18:48 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-06-07 18:18:48 +0100 |
commit | 0578c1ab922a8c4565b8af62cbbf98bfd7454ddf (patch) | |
tree | bf76010fa3352b8a5186c7946d10cc0557775b9e | |
parent | 842e383c0c0e61f03ab6aa822fdf14c61c43d394 (diff) | |
download | psycopg2-0578c1ab922a8c4565b8af62cbbf98bfd7454ddf.tar.gz |
Mention #928 fixed
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ What's new in psycopg 2.8.3 `~psycopg2.extras.ReplicationCursor.start_replication()` method and other facilities to send automatic replication keepalives at periodic intervals (:ticket:`#913`). +- Fixed namedtuples caching introduced in 2.8 (:ticket:`#928`). What's new in psycopg 2.8.2 |