diff options
author | Stefan H. Holek <stefan@epy.co.at> | 2012-11-13 14:01:41 +0100 |
---|---|---|
committer | Stefan H. Holek <stefan@epy.co.at> | 2012-11-13 14:01:41 +0100 |
commit | b42f4d2e305834e4b92fabbbc56e82d6757aa984 (patch) | |
tree | a2fb4550cca16833e8fce25bab57a4670f254a2f | |
parent | 12599860ec654a39179704ce02323718c987114c (diff) | |
download | external_python_setuptools-b42f4d2e305834e4b92fabbbc56e82d6757aa984.tar.gz external_python_setuptools-b42f4d2e305834e4b92fabbbc56e82d6757aa984.tar.bz2 external_python_setuptools-b42f4d2e305834e4b92fabbbc56e82d6757aa984.zip |
Update CHANGES.
--HG--
branch : distribute
extra : rebase_source : 3fcde455c3af15df4f9696c827e60857de2b4747
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 18e685a9..af1d2efc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ CHANGES 0.6.31 ------ +* Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3. * Issue #329: Properly close files created by tests for compatibility with Jython. * Work around Jython bugs #1980 and #1981. |