Couple of objects into NEWS entries converted into links

This commit is contained in:
Daniele Varrazzo 2018-12-27 15:04:43 +01:00
parent b26a0b149d
commit ddcf808d56

7
NEWS
View File

@ -20,13 +20,14 @@ New features:
(:ticket:`#732`). (:ticket:`#732`).
- Added *fetch* parameter to `~psycopg2.extras.execute_values()` function - Added *fetch* parameter to `~psycopg2.extras.execute_values()` function
(:ticket:`#813`). (: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 - `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
(:ticket:`#773`). (:ticket:`#773`).
- `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows - `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows
maintain columns order (:ticket:`#177`). maintain columns order (:ticket:`#177`).
- Added `!severity_nonlocalized` attribute on the - Added `~psycopg2.extensions.Diagnostics.severity_nonlocalized` attribute on
`~psycopg2.extensions.Diagnostics` object (:ticket:`#783`). the `~psycopg2.extensions.Diagnostics` object (:ticket:`#783`).
Other changes: Other changes: