summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-03 12:57:14 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-03 12:57:14 -0800
commit6f773cef69f2a70e51d44affd0e592edc099cc11 (patch)
tree7a19d75097e5fe7b64eb4d583e45233a9dee0704
parent7108289226d460411cf7dabcd065b603be480113 (diff)
downloadparamiko-6f773cef69f2a70e51d44affd0e592edc099cc11.tar.gz
Changelog re #525
-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 e435c65e..cbecabea 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :support:`525 backported` Update the vendored Windows API addon to a more
+ recent edition. Also fixes :issue:`193`, :issue:`488`, :issue:`498`. Thanks
+ to Jason Coombs.
* :release:`1.13.4 <2015-11-02>`
* :bug:`366` Fix `~paramiko.sftp_attributes.SFTPAttributes` so its string
representation doesn't raise exceptions on empty/initialized instances. Patch