summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-04-01 10:40:06 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-04-01 10:40:06 +0100
commit813ca30953ca6deaad229950242ab588941ba65c (patch)
treed4ed0dade6fc9f5016a6e4bbb7ec225d340c05f6 /NEWS
parentb76ff2fc338921296099c1c205d354d30e88c8e4 (diff)
downloadpsycopg2-813ca30953ca6deaad229950242ab588941ba65c.tar.gz
Fixed notice about new wal_end attribute being on the cursor
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe5e9a5..87c5806 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ New features:
C structures to Python and interact with libpq via ctypes (:ticket:`#782`).
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
(:ticket:`#732`).
-- Added `!ReplicationMessage`.\ `~psycopg2.extras.ReplicationMessage.wal_end`
+- Added `!ReplicationCursor`.\ `~psycopg2.extras.ReplicationCursor.wal_end`
attribute (:ticket:`#800`).
- Added *fetch* parameter to `~psycopg2.extras.execute_values()` function
(:ticket:`#813`).