diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-25 19:13:25 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-25 19:13:25 -0400 |
| commit | 4c1c9d5ed7b9e68dcd3a55cda35edc287b9185db (patch) | |
| tree | 0810f5328ddaaa6893c683ef615c6f44aa0a0767 | |
| parent | 8c8d6ee95dbd06cb8bba5272f1e5cc138aadc49c (diff) | |
| download | sqlalchemy-4c1c9d5ed7b9e68dcd3a55cda35edc287b9185db.tar.gz | |
- changelog for pr bitbucket:27
| -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 |
