summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-19 11:09:38 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-19 11:09:38 -0400
commitb9a2b58dd74757184ef94206f09e9db1f536e4cb (patch)
tree58dd9631ac97aa1b0d5e335f3f3eab5c7c872625 /doc
parentfd8dbf8e78981187d091dcc25e63ddfb4e56a5f8 (diff)
downloadsqlalchemy-b9a2b58dd74757184ef94206f09e9db1f536e4cb.tar.gz
- Fixed bug in mutable extension as well as
:func:`.attributes.flag_modified` where the change event would not be propagated if the attribute had been reassigned to itself. fixes #2997
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 08e44a0fd..b88a53a88 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -12,6 +12,15 @@
:version: 0.8.6
.. change::
+ :tags: bug, ext
+ :versions: 0.9.4
+ :tickets: 2997
+
+ Fixed bug in mutable extension as well as
+ :func:`.attributes.flag_modified` where the change event would not be
+ propagated if the attribute had been reassigned to itself.
+
+ .. change::
:tags: bug, orm
:versions: 0.9.4