summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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