diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-14 15:19:19 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-14 15:19:19 -0500 |
commit | 3f0364fcc1b6f183f81f7e8774b6de803638b209 (patch) | |
tree | 9e1fd844c92d39c801fd1dbac9f4bc4d9acf1333 | |
parent | 79a0eec1af142ea63590187bfffc1b48de633e97 (diff) | |
download | external_python_setuptools-3f0364fcc1b6f183f81f7e8774b6de803638b209.tar.gz external_python_setuptools-3f0364fcc1b6f183f81f7e8774b6de803638b209.tar.bz2 external_python_setuptools-3f0364fcc1b6f183f81f7e8774b6de803638b209.zip |
Update changelog for Pull Request #21.
--HG--
extra : rebase_source : d89b8c105bd561122c6ae8d9b302db6f0eb6060c
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c991f221..e515f3bb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,8 @@ CHANGES * Issue #27: ``easy_install`` will now use credentials from .pypirc if present for connecting to the package index. +* Pull Request #21: Omit unwanted newlines in ``package_index._encode_auth`` + when the username/password pair length indicates wrapping. ----- 1.3.2 |