summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-10 22:03:36 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-10 22:03:36 +0100
commitcd9d74c4628f790f00b29818e5d514f8789f0528 (patch)
treec9c4aa52439d5dbbc697795f94289fb917814dc5 /NEWS
parentf5f6b420b292dd8c6b72d42d52f201ad02508646 (diff)
parent382eeccab8cd7a13abd71f6ee5dcc3583af2d8ca (diff)
downloadpsycopg2-cd9d74c4628f790f00b29818e5d514f8789f0528.tar.gz
Merge branch 'conn-get-host'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8cbaa7f..5e2b1cd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ What's new in psycopg 2.8
New features:
- Added `~psycopg2.extensions.encrypt_password()` function (:ticket:`#576`).
+- Added `connection.host` property (:ticket:`#726`).
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
(:ticket:`#732`).
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation