diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-14 20:48:39 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-14 20:48:39 -0500 |
commit | 8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a (patch) | |
tree | f5882c8cb4d7a21cfbbfdabc7b972b1f240ea614 | |
parent | eabe1b5305d2335dcfa73193f8ef349cac28c448 (diff) | |
download | external_python_setuptools-8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a.tar.gz external_python_setuptools-8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a.tar.bz2 external_python_setuptools-8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a.zip |
Update changelog. Ref #890.
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 50c505a8..1d6ac123 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -In development --------------- +v32.0.0 +------- * #890: Revert #849. ``global-exclude .foo`` will not match all ``*.foo`` files any more. Package authors must add an explicit |