diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:38:06 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:38:06 -0700 |
commit | c2db5f7846d0426038cf86b2a14669edecb4aa6b (patch) | |
tree | f6afcaed7248df2437cf26eab31f8dff2c8acef6 | |
parent | 3d90e32f27ea144d42f966ffecce3e0e5541f891 (diff) |
Move changelog entry to top
-rw-r--r-- | sites/www/changelog.rst | 2 |
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!) |