diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-18 08:37:56 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-18 08:37:56 -0500 |
commit | 4b6dba7625e98aa92cf2d1491379f82d51b46756 (patch) | |
tree | 558474015193a920b6e9207c21a7b225d636112f | |
parent | 36b14e46b7deb1671cec5a73370c7014e2f90f64 (diff) | |
download | external_python_setuptools-4b6dba7625e98aa92cf2d1491379f82d51b46756.tar.gz external_python_setuptools-4b6dba7625e98aa92cf2d1491379f82d51b46756.tar.bz2 external_python_setuptools-4b6dba7625e98aa92cf2d1491379f82d51b46756.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ab8b703d..9b27f3ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,16 @@ CHANGES ======= +--- +8.1 +--- + +* Upgrade ``packaging`` to 14.5, giving preference to "rc" as designator for + release candidates over "c". +* PEP-440 warnings are now raised as their own class, + ``pkg_resources.PEP440Warning``, instead of RuntimeWarning. +* Disabled warnings on empty versions. + ----- 8.0.4 ----- |