diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-24 17:22:58 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-24 17:22:58 -0500 |
commit | 9b28468a92d73f2a76b2cfdaa4444f65acf49f1e (patch) | |
tree | 32094d3dcb15da7e1405edd5903169ef125e4f08 | |
parent | 170657b68f4b92e7e1bf82f5e19a831f5744af67 (diff) | |
download | external_python_setuptools-9b28468a92d73f2a76b2cfdaa4444f65acf49f1e.tar.gz external_python_setuptools-9b28468a92d73f2a76b2cfdaa4444f65acf49f1e.tar.bz2 external_python_setuptools-9b28468a92d73f2a76b2cfdaa4444f65acf49f1e.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 9d9b4d52..be20e668 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +--- +8.3 +--- + +* Issue #311: Decoupled pkg_resources from setuptools once again. + ``pkg_resources`` is now a package instead of a module. + ----- 8.2.1 ----- |