From a6239aed7ce14983d81f9c4c6f5a760c5fe5fc4b Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 7 Feb 2026 03:48:55 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8107d415..294b0317 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,19 @@ [//]: # (towncrier release notes start) +## 3.24.2 (2026-02-06) {: #3.24.2 } + +#### Bugfixes {: #3.24.2-bugfix } + +- Fixed pull-through caching failing for packages with bad names. + [#1040](https://github.com/pulp/pulp_python/issues/1040) +- Fixed pull-through PEP 658 metadata not being served correctly for certain tools. + [#1083](https://github.com/pulp/pulp_python/issues/1083) +- Fixed pull-through PEP 658 metadata not being saved correctly with the package. + [#1087](https://github.com/pulp/pulp_python/issues/1087) + +--- + ## 3.24.1 (2026-01-22) {: #3.24.1 } #### Bugfixes {: #3.24.1-bugfix }