From 8d9620a0467e8400848cf498e362039db103340c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 17 Nov 2012 23:03:00 -0500 Subject: [PATCH] mutable dict --- doc/build/changelog/changelog_08.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 7ec712a76e..1fd8719f26 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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 -- 2.47.3