diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-03 17:50:32 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-03 17:50:32 -0500 |
commit | 5153b6f17cb2b6fac162a9ae1a989b976cc6d7de (patch) | |
tree | a1683a463485febcd086f4671ff086406f68f236 | |
parent | f6bcafdaf3b68b6ed710eb8f64d87805d012c91f (diff) | |
download | external_python_setuptools-5153b6f17cb2b6fac162a9ae1a989b976cc6d7de.tar.gz external_python_setuptools-5153b6f17cb2b6fac162a9ae1a989b976cc6d7de.tar.bz2 external_python_setuptools-5153b6f17cb2b6fac162a9ae1a989b976cc6d7de.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 5be54711..82f4db61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ---- +12.4 +---- + +* Pull Request #119: Restore writing of ``setup_requires`` to metadata + (previously added in 8.4 and removed in 9.0). + +---- 12.3 ---- |