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