From ba4b195a0ea86bdbe7bccab2dffef987d9d45510 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 13 Mar 2023 14:25:21 -0700 Subject: [PATCH] Added a couple of missing changelog entries (#516) --- docs/news.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 2fbe136d..ec414104 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)**