summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-25 19:14:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-25 19:14:47 -0400
commit8e84942aa6fa2644b3fe6407c79449715a7e2c8c (patch)
tree4589c4fd5abfce43771672f29cd9f7445cac7ea9 /doc
parent3531a924169a206c3fde4d280b9096fd0a9f138f (diff)
downloadsqlalchemy-8e84942aa6fa2644b3fe6407c79449715a7e2c8c.tar.gz
- changelog for pr bitbucket:28
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst9
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`