From: Daniele Varrazzo Date: Tue, 25 Mar 2025 18:44:29 +0000 (+0100) Subject: docs: mention shapely SRID support in news file X-Git-Tag: 3.2.7~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a505a8a4aa4b2628a511457117085804733e299;p=thirdparty%2Fpsycopg.git docs: mention shapely SRID support in news file --- diff --git a/docs/news.rst b/docs/news.rst index 5a1f89e81..816804cdd 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,15 @@ ``psycopg`` release notes ========================= +Future releases +--------------- + +Python 3.2.7 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Add SRID support to shapely dumpers/loaders (:ticket:`#1028`). + + Current release ---------------