From 889013529feb7762ac96702a721a161316ee5ec5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 16 Jul 2014 13:43:57 -0400 Subject: [PATCH] - forwards-port changelog for ref #3093 --- doc/build/changelog/changelog_08.rst | 14 ++++++++++++++ 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 1c9e394691..24aff8800b 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 4a37af3cf5..08ab3caee1 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -150,15 +150,6 @@ Added support for Postgresql JSONB via :class:`.JSONB`. Pull request 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 -- 2.47.3