0.9 changelog

This commit is contained in:
Mike Bayer
2013-06-22 11:40:49 -04:00
parent 62dc627219
commit 2f2115cf0c
+8
View File
@@ -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