diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-22 18:26:16 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-22 18:26:16 -0700 |
commit | 87b57dc0cd2d8cb1b6eb605f8b885fac2937c3c6 (patch) | |
tree | 98e90c144a16b8c4a260933e86d234a5bbdebe95 /sites/www/changelog.rst | |
parent | 0857a817ff291de4436771aa379add6334344ddf (diff) |
Expand changelog to include #292
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index ade79cc5..02fee80b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,8 +2,9 @@ Changelog ========= -* :support:`290` Add a ``setup.cfg`` marking Paramiko as 'universal' when - generating wheel files. Courtesy of Alex Gaynor. +* :support:`290` (also :issue:`292`) Add support for building universal + (Python 2+3 compatible) wheel files during the release process. Courtesy of + Alex Gaynor. * :support:`284` Add Python language trove identifiers to ``setup.py``. Thanks to Alex Gaynor for catch & patch. * :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if |