From 666c897ad149e52d9aef080b5ac85ad8bacb0536 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 12 May 2023 13:53:23 +0100 Subject: [PATCH] Update note in CHANGES --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c07f7543413..2ece2cac673 100644 --- a/CHANGES +++ b/CHANGES @@ -20,8 +20,9 @@ Features added Bugs fixed ---------- -* #11418: Remove distutils entry point and any other references to - ``setup_command`` from pyproject.toml +* #11418: Clean up remaining references to ``sphinx.setup_command`` + following the removal of support for setuptools. + Patch by Willem Mulder. Testing --------