From: Mike Bayer Date: Sun, 23 Jun 2013 21:55:26 +0000 (-0400) Subject: 0.9 changelog X-Git-Tag: rel_0_9_0b1~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6bbde360bc1828155c9f5558325542328df9f9d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9 changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index a00b63aec2..424c42e3c5 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -6,6 +6,15 @@ .. changelog:: :version: 0.9.0 + .. change:: + :tags: bug, ext + + Fixed bug whereby if a composite type were set up + with a function instead of a class, the mutable extension + would trip up when it tried to check that column + for being a :class:`.MutableComposite` (which it isn't). + Courtesy asldevi. + .. change:: :tags: bug, sql :tickets: 1765