From: Mike Bayer Date: Sat, 22 Jun 2013 15:40:49 +0000 (-0400) Subject: 0.9 changelog X-Git-Tag: rel_0_9_0b1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f2115cf0cfe5d9e4bc10ddb52ec474af88b3aa8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9 changelog --- 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