Mention execute_values() fetch in news

This commit is contained in:
Daniele Varrazzo 2018-12-27 14:51:18 +01:00
parent bde9fc6dea
commit 7c8d2f484e

2
NEWS
View File

@ -18,6 +18,8 @@ New features:
structure (:ticket:`#782`).
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
(:ticket:`#732`).
- Added *fetch* parameter to `~psycopg2.extras.execute_values()` function
(:ticket:`813`).
- Fixed adaptation of numeric subclasses such as `IntEnum` (:ticket:`591`).
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
(:ticket:`#773`).