summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2017-08-06 14:45:45 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2017-08-06 14:46:13 +0300
commit2f0e21466381ef5bc665509310806145d70731d2 (patch)
tree94abf6d1428ae8bed836bd00ef58f71037e927bb
parent7e6a210be87d0948863829cbdfaa49240d402982 (diff)
downloadwheel-git-2f0e21466381ef5bc665509310806145d70731d2.tar.gz
Removed changelog entries about code style changes
The changelog should only list changes that affect end users.
-rw-r--r--CHANGES.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 61e5e92..6928a85 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,18 +1,16 @@
0.30.0
======
-- Add py-limited-api {cp32|cp33|cp34|...} flag to produce cpNN.abi3.{arch}
+- Added py-limited-api {cp32|cp33|cp34|...} flag to produce cpNN.abi3.{arch}
tags on CPython 3.
-- Improve Python, abi tagging for `wheel convert`. Thanks Ales Erjavec.
-- Much improved use of context managers for file handling. Thanks Kyle
- Stewart.
-- Convert absolute imports to relative. Thanks Ashish Bhate.
+- Improved Python, abi tagging for `wheel convert`. Thanks Ales Erjavec.
- Fixed `>` being prepended to lines starting with "From" in the long description
-- Added support for specifying a build number (as per PEP 427). Thanks Ian Cordasco.
+- Added support for specifying a build number (as per PEP 427).
+ Thanks Ian Cordasco.
- Made the order of files in generated ZIP files deterministic.
Thanks Matthias Bach.
- Made the order of requirements in metadata deterministic. Thanks Chris Lamb.
- Improved the error message when trying to verify an unsigned wheel file
-- Remove support for Python 2.6, 3.2 and 3.3.
+- Removed support for Python 2.6, 3.2 and 3.3.
0.29.0
======