From: Mike Bayer Date: Sun, 16 Feb 2014 21:41:36 +0000 (-0500) Subject: - changelog for pullreq github:64 X-Git-Tag: rel_0_9_3~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=937e81be16454b16f57f09603e7215d86be0b130;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pullreq github:64 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 624a9dbb22..5cdbcbb24b 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,13 @@ .. changelog:: :version: 0.9.3 + .. change:: + :tags: postgresql + :pullreq: github:64 + + Added the :attr:`.TypeEngine.python_type` convenience accessor onto the + :class:`.postgresql.ARRAY` type. Pull request courtesy Alexey Terentev. + .. change:: :tags: examples :pullreq: github:41