From: Mike Bayer Date: Sun, 18 Nov 2012 04:03:00 +0000 (-0500) Subject: mutable dict X-Git-Tag: rel_0_8_0b2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9620a0467e8400848cf498e362039db103340c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mutable dict --- 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