]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix release version of json bytes dump support
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Aug 2023 10:11:50 +0000 (11:11 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Aug 2023 10:11:50 +0000 (11:11 +0100)
It is to be released in 3.1.10, not already released in 3.1.9... See #568

docs/news.rst

index 70e92ef51e28333c20ee9f084c62dad9f0eb2c36..259888fe87267e4b928eed5cb0cdbe9da9cfba72 100644 (file)
@@ -13,6 +13,9 @@ Future releases
 Psycopg 3.1.10 (unreleased)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Allow JSON dumpers to dump `bytes` directly instead of `str`,
+  for better compatibility with libraries like orjson and msgspec
+  (:ticket:`#569`)
 - Fix prepared statement cache validation when exiting pipeline mode (or
   `~Cursor.executemany()`) in case an error occurred within the pipeline
   (:ticket:`#585`).
@@ -45,8 +48,6 @@ Psycopg 3.1.9
 - Fix loading ROW values with different types in the same query using the
   binary protocol (:ticket:`#545`).
 - Fix dumping recursive composite types (:ticket:`#547`).
-- Allow JSON dumpers to dump `bytes` directly instead of `str`,
-  for better compatibility with libraries like orjson and msgspec (:ticket:`#569`)
 
 
 Psycopg 3.1.8