diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 22:00:39 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 22:00:39 -0500 |
commit | c87de5d6670c583184e2a33ffa8eb1146e4b98c0 (patch) | |
tree | 4c2899456275a511d1d546e490ca3cd76d533ec0 | |
parent | f5167344b22647d8bc877019bd73c82c50dfb093 (diff) | |
download | python-setuptools-git-2.1.2.tar.gz |
Update changelog2.1.2
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dbe33d0a..455dada1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +2.1.2 +----- + +* Issue #144: Read long_description using codecs module to avoid errors + installing on systems where LANG=C. + +----- 2.1.1 ----- |