diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-07 08:22:01 -0700 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-07 08:22:01 -0700 |
commit | 6e61c13148641c695c53434654be7d9f09a04e65 (patch) | |
tree | a303c717b47b07063947fe9669bdc354b4ecef5f | |
parent | 4185b59aaf9772eb18d1f5681ecfaf52fd21a7f2 (diff) | |
download | external_python_setuptools-6e61c13148641c695c53434654be7d9f09a04e65.tar.gz external_python_setuptools-6e61c13148641c695c53434654be7d9f09a04e65.tar.bz2 external_python_setuptools-6e61c13148641c695c53434654be7d9f09a04e65.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 13ad7814..983f51c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +v28.2.0 +------- + +* #809: In ``find_packages()``, restore support for excluding + a parent package without excluding a child package. + v28.1.0 ------- |