diff options
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 6795a101c..90a43ad59 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,16 @@ :version: 0.9.8 .. change:: + :tags: bug, ext + :versions: 1.0.0 + :pullrequest: bitbucket:27 + + Fixed bug where a custom subclass of :ref:`ext.mutable.MutableDict` + would not show up in a "coerce" operation, and would instead + return a plain :ref:`ext.mutable.MutableDict`. Pull request + courtesy Matt Chisholm. + + .. change:: :tags: bug, pool :versions: 1.0.0 :tickets: 3168 |
