From 09fd413403376c57fbfa82749e9d52d1367f0124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 3 Dec 2024 12:01:13 +0100 Subject: [PATCH] Fix Sphinx build failures on generated changelog for BIND 9.20.4 --- doc/changelog/changelog-9.20.4.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/changelog/changelog-9.20.4.rst b/doc/changelog/changelog-9.20.4.rst index dc651b296c..dcf20e1917 100644 --- a/doc/changelog/changelog-9.20.4.rst +++ b/doc/changelog/changelog-9.20.4.rst @@ -92,8 +92,10 @@ Feature Changes - Add two new clang-format options that help with code formatting. ``4230b2b514`` - * Add new clang-format option to remove redundant semicolons * Add new - clang-format option to remove redundant parentheses :gl:`!9750` + * Add new clang-format option to remove redundant semicolons + * Add new clang-format option to remove redundant parentheses + + :gl:`!9750` - Emit more helpful log for exceeding max-records-per-type. ``74e7e229f2``