diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-17 23:03:00 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-17 23:03:00 -0500 |
commit | 8d9620a0467e8400848cf498e362039db103340c (patch) | |
tree | 7a92dbd30c76ccafaea62d9744bd9b2949034b2c | |
parent | cda08307bedd4c0aadb49457f0912103179eadca (diff) | |
download | sqlalchemy-8d9620a0467e8400848cf498e362039db103340c.tar.gz |
mutable dict
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 7ec712a76..1fd8719f2 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,12 @@ :version: 0.8.0b2 .. change:: + :tags: orm, extensions + + The :mod:`sqlalchemy.ext.mutable` extension now includes the + example :class:`.MutableDict` class as part of the extension. + + .. change:: :tags: postgresql, hstore :tickets: 2606 |