diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-03 13:28:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-03 13:28:21 -0400 |
| commit | a7997c7d799a439d597c2781444d7706e4671517 (patch) | |
| tree | b437333ef191c39be515259d5eaa8bd509a1b49f | |
| parent | 439f6f846869c8266954adfedad232933caaa813 (diff) | |
| download | python-setuptools-git-a7997c7d799a439d597c2781444d7706e4671517.tar.gz | |
Update changelog
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cf8b0898..0f531db9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,8 +6,12 @@ CHANGES 3.5 --- +* Issue #195: Follow symbolic links in find_packages (restoring behavior + broken in 3.4). * Issue #197: On Python 3.1, PKG-INFO is now saved in a UTF-8 encoding instead of ``sys.getpreferredencoding`` to match the behavior on Python 2.6-3.4. +* Issue #192: Preferred bootstrap location is now + https://bootstrap.pypa.io/ez_setup.py (mirrored from former location). ----- 3.4.4 |
