From: Mike Bayer Date: Sun, 16 Feb 2014 22:20:35 +0000 (-0500) Subject: - need qualifiers here... X-Git-Tag: rel_0_9_3~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bc3b7fe6b88f12cb39516aa78408c683fc63d0c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - need qualifiers here... --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 3b2a65f7a2..caf5ced079 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -37,14 +37,14 @@ :ref:`sqlite_type_reflection` .. change:: - :tags: postgresql + :tags: postgresql, feature :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 + :tags: examples, feature :pullreq: github:41 Added optional "changed" column to the versioned rows example, as well