From: Daniele Varrazzo Date: Thu, 13 Feb 2025 15:58:44 +0000 (+0100) Subject: docs: mention UUID speedup in release news X-Git-Tag: 3.2.5~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd1cefc3eef9f5c7a15e7e80b037dae6383cd530;p=thirdparty%2Fpsycopg.git docs: mention UUID speedup in release news --- diff --git a/docs/news.rst b/docs/news.rst index 60695466d..567de4ef6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,15 @@ ``psycopg`` release notes ========================= +Future releases +--------------- + +Psycopg 3.2.5 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- 3x faster UUID loading thanks to C implementation (:tickets:`#447, #998`). + + Current release ---------------