summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-03-30 21:23:20 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-03-30 21:23:20 +0000
commitb8bf6d9917372d14967210f7a95ebb49fb25ecf3 (patch)
treee40423ed3c2fffd39d557c9d352fe2ff010680b1 /NEWS
parentff91ad5186f2989a26aed38feccb87fe0410e1c9 (diff)
downloadpsycopg2-b8bf6d9917372d14967210f7a95ebb49fb25ecf3.tar.gz
Added news entry about ReplicationMessage.wal_end
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c56abfc..fe5e9a5 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ 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`
+ attribute (:ticket:`#800`).
- Added *fetch* parameter to `~psycopg2.extras.execute_values()` function
(:ticket:`#813`).
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation