diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-07 10:42:19 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-07 10:42:19 -0400 |
commit | c956c443f6a15173066cd62b52bc2aa47975351f (patch) | |
tree | 7bcdfe7277eab10c707b4a6c31ea43d2789eb896 | |
parent | c9dceb0dfad9d8a57f531614a1a1403a99375300 (diff) | |
download | sqlalchemy-c956c443f6a15173066cd62b52bc2aa47975351f.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 352f52508..17e5728aa 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,14 @@ :released: .. change:: + :tags: feature, postgresql + :versions: 1.0.0 + :pullreq: github:101 + + Added support for Postgresql JSONB via :class:`.JSONB`. Pull request + courtesy Damian Dimmich. + + .. change:: :tags: bug, ext :versions: 1.0.0 :pullreq: bitbucket:24 |