summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-01-22 11:20:15 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-01-22 12:37:39 +0200
commit244d9c2efaf55bf07f450df59d305b56c178738a (patch)
treeb1d4969c85c90b5253384936ea68f1b4e454b88f /docs
parent41fcf3439fa8d0aa2340e27fd754661df66a5d9a (diff)
downloadwheel-git-244d9c2efaf55bf07f450df59d305b56c178738a.tar.gz
Removed specialized PyPy tag generation
Fixes #328.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst
index ef16d4e..133e435 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -6,6 +6,7 @@ Release Notes
- Dropped Python 3.4 support
- Added automatic platform tag detection for macOS binary wheels
(PR by Grzegorz Bokota)
+- Fixed PyPy tag generation to work with the updated semantics (#328)
- Updated project packaging and testing configuration for :pep:`517`
- Moved the contents of setup.py to setup.cfg
- Fixed duplicate RECORD file when using "wheel pack" on Windows