summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-11-30 11:42:31 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-11-30 11:42:55 -0500
commitd59e951f465550dfd0584a8ba293ec6a62cb7db4 (patch)
treed02559268bfc3d62539793ed1bf857436c3edbac
parente45e4aa97d96421173da19d63f433795dad6e4e9 (diff)
downloadsqlalchemy-d59e951f465550dfd0584a8ba293ec6a62cb7db4.tar.gz
- changelog for pr github:210
(cherry picked from commit 3a4b89c5a00ea7ea64ca42543041fc46a6907903)
-rw-r--r--doc/build/changelog/changelog_10.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 8d6dcd2a9..1f221a1e0 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -19,6 +19,14 @@
:version: 1.0.10
.. change::
+ :tags: bug, py3k
+ :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.
+
+ .. change::
:tags: bug, ext
:versions: 1.1.0b1
:tickets: 3597