diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 09:40:32 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 09:40:32 -0400 |
commit | 84a4f9e884d4d173c7b1dbf076dcfb1b0232b261 (patch) | |
tree | 77cbb5cb7ff66ab4f59f81c85df376a3b8febe59 | |
parent | 5802fd80e413b63af8be9198f14da1ade47d409c (diff) | |
download | external_python_setuptools-84a4f9e884d4d173c7b1dbf076dcfb1b0232b261.tar.gz external_python_setuptools-84a4f9e884d4d173c7b1dbf076dcfb1b0232b261.tar.bz2 external_python_setuptools-84a4f9e884d4d173c7b1dbf076dcfb1b0232b261.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 59e63aad..419c3c2b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +----- +6.0.1 +----- + +* Issue #259: Fixed regression with namespace package handling on ``single + version, externally managed`` installs. + --- 6.0 --- |