Changelog re #284
This commit is contained in:
parent
2af6081eaf
commit
2c0544fc35
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue