From ddcf808d568e30d0d6b53cb0e1aec18e92ed915d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 27 Dec 2018 15:04:43 +0100 Subject: [PATCH] Couple of objects into NEWS entries converted into links --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a2cbd711..e5084ecf 100644 --- a/NEWS +++ b/NEWS @@ -20,13 +20,14 @@ New features: (:ticket:`#732`). - Added *fetch* parameter to `~psycopg2.extras.execute_values()` function (:ticket:`#813`). -- Fixed adaptation of numeric subclasses such as `IntEnum` (:ticket:`#591`). +- Fixed adaptation of numeric subclasses such as `~enum.IntEnum` + (:ticket:`#591`). - `!str()` on `~psycopg2.extras.Range` produces a human-readable representation (:ticket:`#773`). - `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows maintain columns order (:ticket:`#177`). -- Added `!severity_nonlocalized` attribute on the - `~psycopg2.extensions.Diagnostics` object (:ticket:`#783`). +- Added `~psycopg2.extensions.Diagnostics.severity_nonlocalized` attribute on + the `~psycopg2.extensions.Diagnostics` object (:ticket:`#783`). Other changes: