From: Mike Bayer Date: Mon, 30 Nov 2015 16:55:03 +0000 (-0500) Subject: - update changelog to accommodate pr github:218 X-Git-Tag: rel_1_1_0b1~84^2~70^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8145100da43381007e8683373b3f82fb8c21df86;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - update changelog to accommodate pr github:218 (cherry picked from commit 6657a008d664c275c41a4beda967ddbb50b6ddec) --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 1f221a1e01..be0654b849 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -23,8 +23,10 @@ :versions: 1.1.0b1 :pullreq: github:210 - Updates to internal getargspec() calls to allow tests to pass without - warnings on Py3.5, Py3.6, pull request courtesy Jacob MacDonald. + Updates to internal getargspec() calls, as well as some py36-related + fixture updates, to allow tests to pass without + warnings on Py3.5, Py3.6, pull requests courtesy Jacob MacDonald + and Luri de Silvio. .. change:: :tags: bug, ext