From fae34f23dfa53760da89ead278cc9ab088882b5d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 23 Aug 2023 15:39:54 +0100 Subject: [PATCH] docs: add news entry about bug #630 fixed --- docs/news.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 9bb2ddc83..5b7a07f52 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,15 @@ ``psycopg`` release notes ========================= +Future releases +--------------- + +Psycopg 3.1.11 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix integer overflow in C/binary extension with OID > 2^31 (:ticket:`#630`). + + Current release --------------- -- 2.47.2