From ad00d754bd56badc5d9bbb3b48a072b5771c94c9 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 7 Nov 2025 03:26:22 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 97ccc239..8f49f160 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,22 @@ [//]: # (towncrier release notes start) +## 3.20.0 (2025-11-07) {: #3.20.0 } + +#### Features {: #3.20.0-feature } + +- Added JSON-based Simple API (PEP 691). + [#625](https://github.com/pulp/pulp_python/issues/625) +- Updated tasks to always return JSON-serializable value. + [#972](https://github.com/pulp/pulp_python/issues/972) + +#### Bugfixes {: #3.20.0-bugfix } + +- Fixed publication error when package's dists contain differing versions of its name. + [#907](https://github.com/pulp/pulp_python/issues/907) + +--- + ## 3.19.1 (2025-09-14) {: #3.19.1 } #### Bugfixes {: #3.19.1-bugfix }