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