From 2f2115cf0cfe5d9e4bc10ddb52ec474af88b3aa8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 22 Jun 2013 11:40:49 -0400 Subject: [PATCH] 0.9 changelog --- doc/build/changelog/changelog_09.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 9f559db325..c4b1a58b35 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -6,6 +6,14 @@ .. changelog:: :version: 0.9.0 + .. change:: + :tags: feature, postgresql + + Support for Postgresql 9.2 range types has been added. + Currently, no type translation is provided, so works + directly with strings or psycopg2 2.5 range extension types + at the moment. Patch courtesy Chris Withers. + .. change:: :tags: bug, examples -- 2.47.3