diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-22 16:25:58 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-22 16:26:16 -0400 |
commit | 40fe737f4c46a5dfa65f9737dbe04d0a40003bd2 (patch) | |
tree | 18424b61c854de43ea42df1dae28e89f5bc04b16 | |
parent | a7ed17e714377ec7e5a3da6d31c6ac92672d32bb (diff) | |
download | sqlalchemy-40fe737f4c46a5dfa65f9737dbe04d0a40003bd2.tar.gz |
- ticket inline
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 6aa214883..4713f6a9a 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -118,15 +118,11 @@ .. change:: :tags: bug, ext :versions: 0.9.5, 1.0.0 - :tickets: 3051 + :tickets: 3051, 3093 Fixed bug in mutable extension where :class:`.MutableDict` did not report change events for the ``setdefault()`` dictionary operation. - .. seealso:: - - :ticket:`3093` - .. change:: :tags: bug, ext :versions: 0.9.5, 1.0.0 |