diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-04 12:51:16 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-04 12:51:16 -0800 |
commit | 2a99a8c9a4bde66720e9357963ce1896830528a1 (patch) | |
tree | fa6d93a219083f9e93ecca34946a7b454447503b /sites/www | |
parent | c9441c4a202dd53d4cb00946943745f580efa084 (diff) |
Changelog closes #467
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3310eb32..6ea85c45 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :feature:`467` (also :issue:`139`, :issue:`412`) Fully enable two-factor + authentication (e.g. when a server requires ``AuthenticationMethods + pubkey,keyboard-interactive``). Thanks to ``@perryjrandall`` for the patch + and to ``@nevins-b`` and Matt Robenolt for additional support. * :bug:`502 major` Fix 'exec' requests in server mode to use ``get_string`` instead of ``get_text`` to avoid ``UnicodeDecodeError`` on non-UTF-8 input. Thanks to Anselm Kruis for the patch & discussion. |