summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-21 11:23:13 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-21 11:23:13 -0700
commita183cd3bb1fd56415aacda805d50c47154112094 (patch)
tree407054738df4086307397d0c8caa7e9b99994132 /sites/www
parente058c6bae00902bc477b913dd9dcf741afd2b6ef (diff)
parent6875bfd795b53108ce5ebd20562c822f90098712 (diff)
Merge branch '1.13'
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index af4d9418..a3558111 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.