From 7c8d2f484e19ddd1290b0c5ee9b3bf003bc7db79 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 27 Dec 2018 14:51:18 +0100 Subject: [PATCH] Mention execute_values() fetch in news --- NEWS | 2 ++ 1 file changed, 2 insertions(+) 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`).