summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-09-04 21:04:06 -0400
committerDonald Stufft <donald@stufft.io>2014-09-25 20:55:27 -0400
commit9382fa0c05e533400613e1c7c0a777cabb463390 (patch)
tree7cd6f6aebf57ea3b4760cc359b4d4c266a0e04f0 /CHANGES.txt
parent84c9006110e53c84296a05741edb7b9edd305f12 (diff)
downloadpython-setuptools-git-9382fa0c05e533400613e1c7c0a777cabb463390.tar.gz
Implement PEP 440 by using the packaging library
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a6e27372..e458d76c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,6 @@
CHANGES
=======
----
6.0
---
@@ -24,6 +23,9 @@ CHANGES
case-insensitively, but not case-sensitively, should rename those files in
their repository for better portability.
+* Implement PEP 440 within pkg_resources and setuptools. This will cause some
+ versions to no longer be installable without using the ``===`` escape hatch.
+
---
5.8
---