summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-21 11:23:03 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-21 11:23:03 -0700
commit2c0544fc3504de0bb4d9c51e17abd384514030dd (patch)
treea7f9f1863ac228a0cbb854c4df93e6892e2ec343
parent2af6081eaf945b77493c6c6486216640cdfdd89a (diff)
downloadparamiko-2c0544fc3504de0bb4d9c51e17abd384514030dd.tar.gz
Changelog re #284
-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 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.