diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-08 08:29:36 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-08 08:29:36 -0500 |
commit | 487a7dab9a16614dcdb80f557cb27eb234e17052 (patch) | |
tree | d43c97dd4ee32b9bc504d40b48006bc0d5ec3f71 | |
parent | e4460fad043f4fa0edc7b7e1eef0b209f4588fe5 (diff) | |
download | external_python_setuptools-487a7dab9a16614dcdb80f557cb27eb234e17052.tar.gz external_python_setuptools-487a7dab9a16614dcdb80f557cb27eb234e17052.tar.bz2 external_python_setuptools-487a7dab9a16614dcdb80f557cb27eb234e17052.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 6bf73335..68a36996 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +--- +3.1 +--- + +* Issue #161: Restore Features functionality to allow backward compatibility + (for Features) until the uses of that functionality is sufficiently removed. + ----- 3.0.2 ----- |