summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-11-17 23:03:00 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-11-17 23:03:00 -0500
commit8d9620a0467e8400848cf498e362039db103340c (patch)
tree7a92dbd30c76ccafaea62d9744bd9b2949034b2c
parentcda08307bedd4c0aadb49457f0912103179eadca (diff)
downloadsqlalchemy-8d9620a0467e8400848cf498e362039db103340c.tar.gz
mutable dict
-rw-r--r--doc/build/changelog/changelog_08.rst6
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