summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-15 15:42:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-15 15:42:57 -0500
commit8ec591737ea9997dd0adecd52958bdf601c6aa0f (patch)
treee9fd424e404aceb8ab2bb8605a1e860fff30d6db
parentf8b6c86a3121b2c2b68b2edc97b545d4567601d6 (diff)
downloadpython-setuptools-git-8.0.4.tar.gz
Update changelog8.0.4
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 866535db..ab8b703d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,16 @@ CHANGES
=======
-----
+8.0.4
+-----
+
+* Upgrade ``packaging`` to 14.4, fixing an error where there is a
+ different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even
+ though normalization rules should have made them equal.
+* Issue #296: Add warning when a version is parsed as legacy. This warning will
+ make it easier for developers to recognize deprecated version numbers.
+
+-----
8.0.3
-----