diff --git a/NEWS b/NEWS index 3f7b6088..80b8a322 100644 --- a/NEWS +++ b/NEWS @@ -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`).