diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-24 09:25:05 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-24 09:25:05 -0500 |
commit | acad569cbe8ef47a3e891bff32e31c760bfdf200 (patch) | |
tree | 2d0a935ffd6748c4eb21edfc65bcaa582629eee7 | |
parent | 657501ddc8410495c9f44b7280f4a7abf3241753 (diff) | |
download | external_python_setuptools-acad569cbe8ef47a3e891bff32e31c760bfdf200.tar.gz external_python_setuptools-acad569cbe8ef47a3e891bff32e31c760bfdf200.tar.bz2 external_python_setuptools-acad569cbe8ef47a3e891bff32e31c760bfdf200.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1df52ba4..8fb29c4e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ CHANGES 3.0 --- +* Issue #125: Prevent Subversion support from creating a ~/.subversion + directory just for checking the presence of a Subversion repository. * Issue #12: Namespace packages are now imported lazily. That is, the mere declaration of a namespace package in an egg on ``sys.path`` no longer causes it to be imported when ``pkg_resources`` is imported. Note that this |