diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 20:45:19 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 20:45:19 -0700 |
commit | 905e4a115f90a356df92394067d1b6c555c18fad (patch) | |
tree | bc41dacbdc6abe9ff7a9d9a1e5118a8cd6544b1f /sites | |
parent | 39379ff87fb561745dd2e2182dbc207302356b21 (diff) |
Changelog re #716, closes #716
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 95e8d055..7c0fe4c9 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :bug:`716` Fix a Python 3 compatibility issue when handling two-factor + authentication. Thanks to Mateusz Kowalski for the catch & original patch. * :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``, not doing so was a historical artifact from bygone days. Thanks to Alex Gaynor. |