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