summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-11-30 11:55:03 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-11-30 11:55:31 -0500
commit8145100da43381007e8683373b3f82fb8c21df86 (patch)
tree5f6763c9d1af566b58aeeef98d89caee585a1e87
parent2b39f09e73f6f2b29ee4a464b5f16fe8a5599275 (diff)
downloadsqlalchemy-8145100da43381007e8683373b3f82fb8c21df86.tar.gz
- update changelog to accommodate pr github:218
(cherry picked from commit 6657a008d664c275c41a4beda967ddbb50b6ddec)
-rw-r--r--doc/build/changelog/changelog_10.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 1f221a1e0..be0654b84 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