summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2019-08-18 12:40:55 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-08-18 12:42:12 +0300
commitd799ca32f447631a2099db0d3623f341eb04f8a0 (patch)
tree90fc64712cd1d8684f964965c452b5bb6f3b3c43 /docs
parent829391761185b7629e00870f300b04d275297dc8 (diff)
downloadwheel-git-d799ca32f447631a2099db0d3623f341eb04f8a0.tar.gz
Fixed building binary wheels against the limited ABI
Fixes #305.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 3650a9a..4a68bf5 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,6 +1,11 @@
Release Notes
=============
+**UNRELEASED**
+
+- Fixed regression from 0.33.5 that broke building binary wheels against the
+ limited ABI
+
**0.33.5 (2019-08-17)**
- Don't add the ``m`` ABI flag to wheel names on Python 3.8 (PR by rdb)