diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 09:31:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 09:31:39 -0800 |
commit | d8b84b513f14e47b830f41bfbef031d0e6f74238 (patch) | |
tree | 2772a82f32e86f2f70a51ad6d8abc38dcced3537 /sites/www/changelog.rst | |
parent | 0e0b2b87b547d97860ccf5962ad030df640b692f (diff) |
Changelog re #1108
[ci skip]
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 4a9fdd44..ca580efe 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`1108` Rename a private method keyword argument (which was named + ``async``) so that we're compatible with the upcoming Python 3.7 release + (where ``async`` is a new keyword.) Thanks to ``@vEpiphyte`` for the report. * :support:`1100` Updated the test suite & related docs/metadata/config to be compatible with pytest instead of using the old, custom, crufty unittest-based ``test.py``. |