summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2023-03-13 14:25:21 -0700
committerGitHub <noreply@github.com>2023-03-13 23:25:21 +0200
commitba4b195a0ea86bdbe7bccab2dffef987d9d45510 (patch)
tree7e3fa2acfe59284dae49d03969a6d50a95384d3f
parent934fe177ff912c8e03d5ae951d3805e1fd90ba5e (diff)
downloadwheel-git-ba4b195a0ea86bdbe7bccab2dffef987d9d45510.tar.gz
Added a couple of missing changelog entries (#516)
-rw-r--r--docs/news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 2fbe136..ec41410 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -3,12 +3,14 @@ Release Notes
**UNRELEASED**
+- Added a ``wheel tags`` command to modify tags on an existing wheel
- Updated vendored ``packaging`` to 23.0
- ``wheel unpack`` now preserves the executable attribute of extracted files
- Fixed spaces in platform names not being converted to underscores (PR by David Tucker)
- Fixed ``RECORD`` files in generated wheels missing the regular file attribute
- Fixed ``DeprecationWarning`` about the use of the deprecated ``pkg_resources`` API
(PR by Thomas Grainger)
+- Wheel now uses flit-core as a build backend
**0.38.4 (2022-11-09)**