]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typo in release notes
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 5 Feb 2024 16:34:36 +0000 (16:34 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 5 Feb 2024 16:34:36 +0000 (16:34 +0000)
docs/news.rst

index 96a6b9d7ff305da9447cbbb93f88c75f597144ae..593b6544c3d641db598356c68481a8ba10e71179 100644 (file)
@@ -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`).