diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-18 20:38:46 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-18 20:38:46 -0500 |
commit | ca30fc307416f7a73e927ca709e8426792bdc71c (patch) | |
tree | e49579b7dc620d2b1221e7fa0ad4ff67ea293110 | |
parent | d470273d7ce3b26e3cd0a2e2f027ef75d2d62d10 (diff) | |
download | external_python_setuptools-ca30fc307416f7a73e927ca709e8426792bdc71c.tar.gz external_python_setuptools-ca30fc307416f7a73e927ca709e8426792bdc71c.tar.bz2 external_python_setuptools-ca30fc307416f7a73e927ca709e8426792bdc71c.zip |
Update changelog; fixes #306.
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3621ed77..9d9b4d52 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +----- +8.2.1 +----- + +* Issue #306: Suppress warnings about Version format except in select scenarios + (such as installation). + --- 8.2 --- |