]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update changelog for all the py3.5/3.6 related prs at once
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 17:40:51 +0000 (12:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 17:41:10 +0000 (12:41 -0500)
(cherry picked from commit 4bb6770ae872b69bd65ba0d67a7e1453d1a4e14b)

doc/build/changelog/changelog_10.rst

index 537f750ca36067192554975e7c876857ae7593e9..b7b792d4d5a4d856ffa8fa95c7d0bba92c235d6d 100644 (file)
     .. change::
         :tags: bug, py3k
         :versions: 1.1.0b1
-        :pullreq: github:210
+        :pullreq: github:210, github:218, github:211
 
-        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.
+        Updates to internal getargspec() calls, some py36-related
+        fixture updates, and alterations to two iterators to "return" instead
+        of raising StopIteration, to allow tests to pass without
+        errors or warnings on Py3.5, Py3.6, pull requests courtesy
+        Jacob MacDonald, Luri de Silvio, and Phil Jones.
 
     .. change::
         :tags: bug, ext