diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:42:07 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:42:07 -0700 |
commit | 3659cfbe4cd06690c199913811455a4fb9beceaf (patch) | |
tree | 29a909f097e1440f7fb4f77e1aa55e4c10f505d1 /sites/www/changelog.rst | |
parent | 8b95faecd280112c1db3a8b8055ac9643fd41539 (diff) | |
parent | 2d7ff551ef94b36f2407fd924107a1029b7fbbb5 (diff) |
Merge branch '1.16' into 1.17
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 827c9212..ca682a9e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`758 (1.16+)` Apply type definitions to ``_winapi`` module from + `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.17.1 <2016-06-21>` * :release:`1.16.2 <2016-06-21>` * :bug:`520 (1.16+)` (Partial fix) Fix at least one instance of race condition |