summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierce Lopez <pierce.lopez@gmail.com>2017-09-05 19:28:20 -0400
committerPierce Lopez <pierce.lopez@gmail.com>2017-09-05 19:28:20 -0400
commiteec27bd4a0809b5096c5465033815d2414f309c2 (patch)
treef00727d5659fb68d2812e184ca2c4ba7cfaec097
parentfc0d9818c04ddb99d340781004f63b46d19fdef7 (diff)
downloadparamiko-eec27bd4a0809b5096c5465033815d2414f309c2.tar.gz
changelog: update for #1039 / #1051
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 12c8cb03..3d75aee2 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`1039` Ed25519 auth key decryption raised an unexpected exception when
+ given a unicode password string (typical in python 3).
+ Report by Theodor van Nahl and fix by Pierce Lopez.
* :support:`1012` (via :issue:`1016`) Enhance documentation around the new
`SFTP.posix_rename <paramiko.sftp_client.SFTPClient.posix_rename>` method so
it's referenced in the 'standard' ``rename`` method for increased visibility.