diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-14 14:58:07 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-14 14:58:07 -0500 |
commit | 79f4299c37142ecc9643e38632ab8ee6695e0f65 (patch) | |
tree | e74513f64ae1afb1f489dd01ffd8161da51c2c42 | |
parent | 9b316f1fa946fa24d770ba8c03dcfeec700d37cc (diff) | |
download | external_python_setuptools-79f4299c37142ecc9643e38632ab8ee6695e0f65.tar.gz external_python_setuptools-79f4299c37142ecc9643e38632ab8ee6695e0f65.tar.bz2 external_python_setuptools-79f4299c37142ecc9643e38632ab8ee6695e0f65.zip |
Updated changelog
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 865a8913..c991f221 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +--- +1.4 +--- + +* Issue #27: ``easy_install`` will now use credentials from .pypirc if + present for connecting to the package index. + ----- 1.3.2 ----- |