diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 22:07:54 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 22:07:54 -0500 |
| commit | 2b837b281149f24f44089a85efecbb40cf1258c4 (patch) | |
| tree | 26446dc2fe9fe4b6d81bad0e08d35d073d4242d0 /CHANGES.txt | |
| parent | 20f0eabf20453410b1beffdd2e0d686f4d711564 (diff) | |
| parent | df38635fd938de9964ad4e3ab861bc7d1ce760f1 (diff) | |
| download | external_python_setuptools-2b837b281149f24f44089a85efecbb40cf1258c4.tar.gz external_python_setuptools-2b837b281149f24f44089a85efecbb40cf1258c4.tar.bz2 external_python_setuptools-2b837b281149f24f44089a85efecbb40cf1258c4.zip | |
Merge with 2.1.2
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4b5f4e0c..86e843ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,13 @@ CHANGES override installed dependencies during setup. ----- +2.1.2 +----- + +* Issue #144: Read long_description using codecs module to avoid errors + installing on systems where LANG=C. + +----- 2.1.1 ----- |
