summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2016-09-14 18:44:41 -0400
committerDaniel Holth <dholth@fastmail.fm>2016-09-14 18:44:41 -0400
commit235e161cfec6d80d2f8ca92fb52c11b4100eaba0 (patch)
tree4ba6e9dfbaafd98a15e6842d21b44421d0013742
parentf478e2b5efd3bc5707f72f9334ec4f1c881ff6b2 (diff)
downloadwheel-235e161cfec6d80d2f8ca92fb52c11b4100eaba0.tar.gz
update CHANGES
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f53b572..5e40718 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+0.30.0
+======
+- Add 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.
+
0.29.0
======
- Fix compression type of files in archive (Issue #155, Pull Request #62,