From e3e56ce70ec66f0e1a3226005a863d455ff4476b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 23 Jun 2013 17:55:54 -0400 Subject: [PATCH] 0.8 changelog Conflicts: doc/build/changelog/changelog_09.rst --- doc/build/changelog/changelog_08.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.3