diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-25 19:14:47 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-25 19:14:47 -0400 |
| commit | 8e84942aa6fa2644b3fe6407c79449715a7e2c8c (patch) | |
| tree | 4589c4fd5abfce43771672f29cd9f7445cac7ea9 /doc | |
| parent | 3531a924169a206c3fde4d280b9096fd0a9f138f (diff) | |
| download | sqlalchemy-8e84942aa6fa2644b3fe6407c79449715a7e2c8c.tar.gz | |
- changelog for pr bitbucket:28
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 90a43ad59..2931916e3 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -16,6 +16,15 @@ .. change:: :tags: bug, ext :versions: 1.0.0 + :pullrequest: bitbucket:28 + + Fixed bug where :ref:`ext.mutable.MutableDict` + failed to implement the ``update()`` dictionary method, thus + not catching changes. Pull request courtesy Matt Chisholm. + + .. change:: + :tags: bug, ext + :versions: 1.0.0 :pullrequest: bitbucket:27 Fixed bug where a custom subclass of :ref:`ext.mutable.MutableDict` |
