diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 11:23:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 11:23:03 -0700 |
commit | 2c0544fc3504de0bb4d9c51e17abd384514030dd (patch) | |
tree | a7f9f1863ac228a0cbb854c4df93e6892e2ec343 /sites/www/changelog.rst | |
parent | 2af6081eaf945b77493c6c6486216640cdfdd89a (diff) |
Changelog re #284
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a4411c24..cf5c142b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :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 type(x) is str/if isinstance(x, basestring)/g``.) Thanks to ``@ksamuel`` for the report. |