diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:40:50 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:40:50 -0700 |
commit | 2d7ff551ef94b36f2407fd924107a1029b7fbbb5 (patch) | |
tree | ea75d2b93486f6228209dfb4a3da1d6e12053b80 /sites/www | |
parent | c2db5f7846d0426038cf86b2a14669edecb4aa6b (diff) |
Expand & add credits to changelog entry re #783, re #758
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a17e67c9..589e9f8a 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -3,7 +3,10 @@ Changelog ========= * :bug:`758 (1.16+)` Apply type definitions to ``_winapi`` module from - jaraco.windows 3.6.1. + `jaraco.windows <https://github.com/jaraco/jaraco.windows>`_ 3.6.1. This + should address issues on Windows platforms that often result in errors like + ``ArgumentError: [...] int too long to convert``. Thanks to ``@swohlerLL`` + for the report and Jason R. Coombs for the patch. * :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 |