From 394716fe0206f9e55bf69e11d7716af3b5a90fc1 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 1 Jul 2026 09:57:20 +0200 Subject: [PATCH] Fix changelog formating Every now and then a changelog entry wants to be extra helpful by introducing paragraphs. This breaks the formatting of Markdown lists. --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f66c7826c8..ee1fc60cb9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -424,7 +424,6 @@ No significant changes. - Added option to `pulpcore-content` and `pulpcore-api` to configure the gunicorn control socket path. The default path could cause permission errors on certain deployments setups. - This feature was added in gunicorn>=25.1 and is ignored for lower version. [#7574](https://github.com/pulp/pulpcore/issues/7574) - Optimized cleanup_old_versions() by rewriting protected_versions() to avoid expensive JOINs