From: Mike Bayer Date: Sun, 23 Jun 2013 21:55:54 +0000 (-0400) Subject: 0.8 changelog X-Git-Tag: rel_0_8_2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e56ce70ec66f0e1a3226005a863d455ff4476b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8 changelog Conflicts: doc/build/changelog/changelog_09.rst --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 52cf908498..8fc9a0cc2d 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,15 @@ .. changelog:: :version: 0.8.2 + .. 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: feature, sql :tickets: 2744, 2734