summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-13 09:40:53 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-13 09:40:53 -0800
commit0c493541ebc817d187c87a4a7cf81a8e90c72f5c (patch)
treedc453820cbcf0890507fe024142b7b806b745279
parentcfd1efe64878912964797e1a6f2303387f7e1848 (diff)
downloadparamiko-0c493541ebc817d187c87a4a7cf81a8e90c72f5c.tar.gz
Changelog re #268
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 1c533f95..2c479b6f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :bug:`268` Fix some missed renames of `ProxyCommand` related error classes.
+ Thanks to Marius Gedminas for catch & patch.
* :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some
SFTP servers regarding request/response ordering. Thanks to Richard
Kettlewell for catch & patch.