From 44e6d0ce2aaada8c997b64101b2eb8f69e47aedd Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 15 Jan 2022 19:59:45 +0900 Subject: [PATCH] doc: Remove a mention to :dedent: 0 `:dedent: 0` option for the code-block directive is a secret feature. So it should not be mentioned in our docs. --- CHANGES | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGES b/CHANGES index b90a05939..ea5acc698 100644 --- a/CHANGES +++ b/CHANGES @@ -78,10 +78,8 @@ Bugs fixed * #9979: Error level messages were displayed as warning messages * #10057: Failed to scan documents if the project is placed onto the root directory -* #9636: code-block: ``:dedent:`` handled numeric argument ``0`` like no argument was given * #9636: code-block: ``:dedent:`` without argument did strip newlines - Testing --------