]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
mutable dict
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2012 04:03:00 +0000 (23:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2012 04:03:00 +0000 (23:03 -0500)
doc/build/changelog/changelog_08.rst

index 7ec712a76e1ac77e001ec584dd46802469fa4d6f..1fd8719f262a00788ff29423381536df48543708 100644 (file)
@@ -6,6 +6,12 @@
 .. changelog::
     :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