summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4048ac8d..3621ed77 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,11 +3,21 @@ CHANGES
=======
---
-8.1
+8.2
---
* Pull Request #85: Search egg-base when adding egg-info to manifest.
+---
+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
-----