From: Daniele Varrazzo Date: Thu, 13 Feb 2025 15:58:44 +0000 (+0100) Subject: docs: mention UUID speedup in release news X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F998%2Fhead;p=thirdparty%2Fpsycopg.git docs: mention UUID speedup in release news --- diff --git a/docs/news.rst b/docs/news.rst index f45b7c4d9..ffa210d8f 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -16,6 +16,12 @@ Python 3.3.0 (unreleased) - Drop support for Python 3.8. +Psycopg 3.2.5 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- 3x faster UUID loading thanks to C implementation (:tickets:`#447, #998`). + + Current release ---------------