From a31abd18ea3182a9a5b44dd514c2d80ac46ddae0 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Mon, 18 Nov 2024 12:33:57 -0500 Subject: [PATCH] Move one changelog item out of bugs into docs section --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f85767ad6e..b73549f82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,6 @@ * Fix regex for Jinja2 `set` / `for` statements to be more specific. (#5514) * Fix `ruamel.yaml` usage to use supported APIs. (#5517) -* Fix bug in docs build by pinning `conda-sphinx-theme` version to 0.2.2. (#5518) * Fix bug variant variables were not defined for the first parsing pass of a recipe. (#5528) * Fix a bug where variants were incorrectly found as being used when they matched a leading substring of another variant. (#5535) @@ -31,6 +30,7 @@ ### Docs * Better document `run_test.r`. (#5479) +* Fix bug in docs build by pinning `conda-sphinx-theme` version to 0.2.2. (#5518) ### Contributors