From: Mike Bayer Date: Sun, 23 Jun 2013 21:55:54 +0000 (-0400) Subject: 0.8 changelog X-Git-Tag: rel_0_9_0b1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff722f541f14ae37c41f921d17f9201ea14f809a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8 changelog --- 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 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 424c42e3c5..88c12b2513 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,7 +13,7 @@ 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. + Courtesy asldevi. Also in 0.8.2. .. change:: :tags: bug, sql