diff --git a/NEWS b/NEWS index 21db9dd8..0c6b14fb 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,8 @@ New features: - Added `~psycopg2.extensions.Column.table_oid` and `~psycopg2.extensions.Column.table_column` attributes on `cursor.description` items (:ticket:`#661`). -- Added `connection.host` property (:ticket:`#726`). +- Added `connection.info` object to retrieve various PostgreSQL connection + information (:ticket:`#726`). - `~psycopg2.sql.Identifier` can represent qualified names in SQL composition (:ticket:`#732`). - `!str()` on `~psycopg2.extras.Range` produces a human-readable representation