diff options
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 | ||||
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 52cf90849..8fc9a0cc2 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,15 @@ :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 424c42e3c..88c12b251 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 |
