From: Daniele Varrazzo Date: Mon, 5 Feb 2024 16:34:36 +0000 (+0000) Subject: docs: fix typo in release notes X-Git-Tag: pool-3.2.2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2dc593004142b66b1c98a44542c6f3c3aeb5c88;p=thirdparty%2Fpsycopg.git docs: fix typo in release notes --- diff --git a/docs/news.rst b/docs/news.rst index 96a6b9d7f..593b6544c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -25,7 +25,7 @@ Psycopg 3.2 (unreleased) - Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (:ticket:`#603`). - The `!context` parameter of `sql` objects `~sql.Composable.as_string()` and - `~sql.Composable.as_bytes()` methods is not optional (:ticket:`#716`). + `~sql.Composable.as_bytes()` methods is now optional (:ticket:`#716`). - Disable receiving more than one result on the same cursor in pipeline mode, to iterate through `~Cursor.nextset()`. The behaviour was different than in non-pipeline mode and not totally reliable (:ticket:`#604`).