From 24908e0fa9868ea278db25161d6b51038f1db3ca Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 14 Dec 2019 23:29:41 +0900 Subject: [PATCH] Update CHANGES for PR #6632 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 1bf19e9a6..5e57e5c05 100644 --- a/CHANGES +++ b/CHANGES @@ -44,6 +44,7 @@ Features added * #6816: linkcheck: Add :confval:`linkcheck_auth` option to provide authentication information when doing ``linkcheck`` builds * #6872: linkcheck: Handles HTTP 308 Permanent Redirect +* #6613: html: Wrap section number in span tag Bugs fixed ----------