summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-13 11:15:20 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-13 11:15:20 -0700
commit8463053fa5602efeeffe4ef205bbd5f9ab3da50f (patch)
tree435a87e881fb3b24827f3cdd487c6daf68f3614a
parent073c71a8223ff77cacd8c555ef63ce24f0c3d50c (diff)
downloadparamiko-8463053fa5602efeeffe4ef205bbd5f9ab3da50f.tar.gz
Add changelog re #16
-rw-r--r--sites/www/changelog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0a170a1a..c9c14492 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,13 @@
Changelog
=========
+* :feature:`16` **Python 3 support!** Our test suite passes under Python 3, and
+ it (& Fabric's test suite) continues to pass under Python 2.
+
+ The merged code was built on many contributors' efforts, both code &
+ feedback. In no particular order, we thank Daniel Goertzen, Ivan Kolodyazhny,
+ Tomi Pieviläinen, Jason R. Coombs, Jan N. Schulze, ``@Lazik``, Dorian Pula,
+ Scott Maxwell, Tshepang Lekhonkhobe, Aaron Meurer, and Dave Halter.
* :support:`256 backported` 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.