From 48e6d63e7edd56e06415cacb4207c3ff192164f5 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 7 Feb 2026 03:45:51 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1c99ac9e8c..35418a505b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,29 @@ [//]: # (towncrier release notes start) +## 3.103.2 (2026-02-06) {: #3.103.2 } + +### REST API {: #3.103.2-rest-api } + +#### Bugfixes {: #3.103.2-rest-api-bugfix } + +- Fixed PRNField slowing down the generic list endpoints with extra database queries. +- Fixed an accidental API-breaking change to `PulpException` in the previous release. + +### Plugin API {: #3.103.2-plugin-api } + +No significant changes. + +### Pulp File {: #3.103.2-pulp-file } + +No significant changes. + +### Pulp Cert Guard {: #3.103.2-pulp-cert-guard } + +No significant changes. + +--- + ## 3.103.1 (2026-02-03) {: #3.103.1 } ### REST API {: #3.103.1-rest-api }