diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-16 13:43:57 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-16 13:44:27 -0400 |
commit | 889013529feb7762ac96702a721a161316ee5ec5 (patch) | |
tree | 946095dd4a0e770cd756e4a09b516f807f0b232a | |
parent | 828cf1263aeea2ac6906633fa203a79cded4ff26 (diff) | |
download | sqlalchemy-889013529feb7762ac96702a721a161316ee5ec5.tar.gz |
- forwards-port changelog for ref #3093
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 14 | ||||
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
2 files changed, 14 insertions, 9 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 1c9e39469..24aff8800 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -123,6 +123,20 @@ 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 + :pullreq: bitbucket:24 + :tickets: 3093, 3051 + + Fixed bug where :meth:`.MutableDict.setdefault` didn't return the + existing or new value (this bug was not released in any 0.8 version). + Pull request courtesy Thomas Hervé. + .. change:: :tags: bug, mysql :versions: 0.9.5, 1.0.0 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 4a37af3cf..08ab3caee 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -151,15 +151,6 @@ courtesy Damian Dimmich. .. change:: - :tags: bug, ext - :versions: 1.0.0 - :pullreq: bitbucket:24 - :tickets: 3093 - - Fixed bug where :meth:`.MutableDict.setdefault` didn't return the - existing or new value. Pull request courtesy Thomas Hervé. - - .. change:: :tags: feature, mssql :pullreq: github:98 :versions: 1.0.0 |