From: Daniele Varrazzo Date: Tue, 25 Mar 2025 18:44:29 +0000 (+0100) Subject: docs: mention shapely SRID support in news file X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=133c5c1334c16f9fecef20a134c0f726652824eb;p=thirdparty%2Fpsycopg.git docs: mention shapely SRID support in news file --- diff --git a/docs/news.rst b/docs/news.rst index 4153fc00c..a0b4e0bd1 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -16,6 +16,12 @@ Python 3.3.0 (unreleased) - Drop support for Python 3.8. +Python 3.2.7 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Add SRID support to shapely dumpers/loaders (:ticket:`#1028`). + + Current release ---------------