From edff3a75300e11b34337f60bea59e17d19b76791 Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Fri, 5 Jun 2026 11:46:34 +0200 Subject: [PATCH] Add changelog for FeatureNotImplementedError The exception was added in #7767 without a changelog entry --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index dcdc49039c..666c230e01 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ - Added support for passing ``q_select`` as a parameter to the replicate action, allowing users to selectively sync a subset of upstream distributions without modifying the stored upstream-pulp configuration. [#7617](https://github.com/pulp/pulpcore/issues/7617) +- Added the `FeatureNotImplementedError` exception to indicate that a requested feature is not yet implemented. #### Bugfixes {: #3.113.0-rest-api-bugfix }