summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-03 17:30:15 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-03-03 17:30:15 -0800
commit83f09e634f4e57707c8423423f5cb8ad74d731bd (patch)
tree4088f92abb88840796faa8ae205b2f38e890b5a0
parentc05b06577785bdf34f1fcd051ecf6d4398d2f77e (diff)
downloadparamiko-83f09e634f4e57707c8423423f5cb8ad74d731bd.tar.gz
Changelog re #256
-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 fa58c5f6..fa43a379 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :support:`256` Convert API documentation to Sphinx, yielding a new API
+ docs website to replace the old Epydoc one. Thanks to Olle Lundberg for the
+ initial conversion work.
* :bug:`-` Use constant-time hash comparison operations where possible, to
protect against `timing-based attacks
<http://codahale.com/a-lesson-in-timing-attacks/>`_. Thanks to Alex Gaynor