diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-07-13 09:37:47 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-07-13 09:37:47 -0700 |
commit | f58b5b83b202d638ace962ad3ed5a2fbfe696399 (patch) | |
tree | 0a2a158e009fabccec3a20640910f3834ea63317 /sites | |
parent | 3e505d2bb9a434de7084535532f06da048698d14 (diff) |
Changelog re #1012, re #1016
Diffstat (limited to 'sites')
-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 dea044bf..12c8cb03 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :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. + Thanks to Marius Flage for the report. * :release:`2.2.1 <2017-06-13>` * :bug:`993` Ed25519 host keys were not comparable/hashable, causing an exception if such a key existed in a ``known_hosts`` file. Thanks to Oleh |