summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-12-13 13:33:20 +0200
committerGitHub <noreply@github.com>2020-12-13 13:33:20 +0200
commit16777fb4c075df682c085d48b9c3703a36bf65c3 (patch)
tree90d26e609d9f65723bda41d9bdb79c41f011245a /docs
parenta717e52f66a234cc49802147a6242e6342a90a81 (diff)
downloadwheel-git-16777fb4c075df682c085d48b9c3703a36bf65c3.tar.gz
Added news item about regression (#384)
Diffstat (limited to 'docs')
-rw-r--r--docs/news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst
index c7a036c..a443d74 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -19,6 +19,8 @@ Release Notes
is ``pypy37-pp73`` which is not compliant with PEP 3149, as it should have
both the API tag and the platform tag. This change future-proofs any change
in PyPy's SOABI tag to make sure only the ABI tag is used by wheel.
+- Fixed regression and test for ``bdist_wheel --plat-name``. It was ignored for
+ C extensions in v0.35, but the regression was not detected by tests.
**0.35.1 (2020-08-14)**