summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-07-25 12:38:06 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-07-25 12:38:06 -0700
commitc2db5f7846d0426038cf86b2a14669edecb4aa6b (patch)
treef6afcaed7248df2437cf26eab31f8dff2c8acef6
parent3d90e32f27ea144d42f966ffecce3e0e5541f891 (diff)
downloadparamiko-c2db5f7846d0426038cf86b2a14669edecb4aa6b.tar.gz
Move changelog entry to top
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 8736f3df..a17e67c9 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,9 +2,9 @@
Changelog
=========
-* :release:`1.16.2 <2016-06-21>`
* :bug:`758 (1.16+)` Apply type definitions to ``_winapi`` module from
jaraco.windows 3.6.1.
+* :release:`1.16.2 <2016-06-21>`
* :bug:`520 (1.16+)` (Partial fix) Fix at least one instance of race condition
driven threading hangs at end of the Python interpreter session. (Includes a
docs update as well - always make sure to ``.close()`` your clients!)