summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-08-25 23:15:22 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-08-25 23:15:22 -0700
commit77919c6c25d9016c74537ea9b901cedc19050983 (patch)
treef0c9e414aaef1e174af07db1269fcf670bcb3dd2
parent488cd21f6bc6bdf9e91ac891c4247897acc3bcb5 (diff)
Changelog re #324, closes #324
-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 b315b0d7..6979b97e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`324 backported` A bevvy of documentation typo fixes, courtesy of Roy
+ Wellington.
* :bug:`312` `paramiko.transport.Transport` had a bug in its ``__repr__`` which
surfaces during errors encountered within its ``__init__``, causing
problematic tracebacks in such situations. Thanks to Simon Percivall for