diff options
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 3b2a65f7a..caf5ced07 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 |