summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-07-13 09:37:47 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-07-13 09:37:47 -0700
commitf58b5b83b202d638ace962ad3ed5a2fbfe696399 (patch)
tree0a2a158e009fabccec3a20640910f3834ea63317
parent3e505d2bb9a434de7084535532f06da048698d14 (diff)
downloadparamiko-f58b5b83b202d638ace962ad3ed5a2fbfe696399.tar.gz
Changelog re #1012, re #1016
-rw-r--r--sites/www/changelog.rst4
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