From 2c21f5be64cfd274d2be7171516840c64a987828 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:36:19 +0100 Subject: [PATCH] Palindromic PR! --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d2e6418532f..36e259317e9 100644 --- a/CHANGES +++ b/CHANGES @@ -33,7 +33,7 @@ Incompatible changes Patch by Adam Turner. * #10471, #10565: Removed deprecated APIs scheduled for removal in Sphinx 6.0. See :ref:`dev-deprecated-apis` for details. Patch by Adam Turner. -* 10901: C Domain: Remove support for parsing pre-v3 style type directives and +* #10901: C Domain: Remove support for parsing pre-v3 style type directives and roles. Also remove associated configuration variables ``c_allow_pre_v3`` and ``c_warn_on_allowed_pre_v3``.