From: Mike Bayer Date: Sun, 6 Jul 2014 21:16:26 +0000 (-0400) Subject: changelog, fixes #3093 X-Git-Tag: rel_0_9_7~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8fe539ffb243d414587967fa583a5982ef984df;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog, fixes #3093 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 12a0dbe1c6..cb06a79615 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ :version: 0.9.7 :released: + .. 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