From 06e9d2bb4e01f138c32c13f63cd2d331ac5c6951 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 5 May 2026 04:07:46 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3ec3a3a1..0702abdb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -275,6 +275,17 @@ --- +## 3.19.3 (2026-05-04) {: #3.19.3 } + +#### Bugfixes {: #3.19.3-bugfix } + +- Fixed pull-through caching not checking the repository if package was not present on remote. + [#1004](https://github.com/pulp/pulp_python/issues/1004) +- Fixed pull-through caching failing for packages with bad names. + [#1040](https://github.com/pulp/pulp_python/issues/1040) + +--- + ## 3.19.2 (2026-04-28) {: #3.19.2 } No significant changes.