]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update changelog to accommodate pr github:218
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 16:55:03 +0000 (11:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 16:55:31 +0000 (11:55 -0500)
(cherry picked from commit 6657a008d664c275c41a4beda967ddbb50b6ddec)

doc/build/changelog/changelog_10.rst

index 1f221a1e0101c554ef29ab1086e21fdbd2207516..be0654b849eda2533269a3dbf561afbd7f489a3f 100644 (file)
         :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