]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 20:40:19 +0000 (15:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 20:40:19 +0000 (15:40 -0500)
doc/build/changelog/changelog_09.rst

index cbcd10fffb5e786b8d06cfe32b37e61ff25ba05f..bc689a14aa80e9cab69f8b7759f1eb51d17581a5 100644 (file)
 .. changelog::
     :version: 0.9.0b2
 
+    .. change::
+        :tags: feature, postgresql
+        :tickets: 2581
+        :pullreq: bitbucket:50
+
+        Support for Postgresql JSON has been added, using the new
+        :class:`.JSON` type.   Huge thanks to Nathan Rice for
+        implementing and testing this.
+
     .. change::
         :tags: bug, sql