From ff029f25ca6dc788da178a1129e299c06ca3e712 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 13 Dec 2021 14:13:46 +0900 Subject: [PATCH] [DOC] Get rid of headings in list items The current RDoc Markdown parser parses the list item starting with `#` as a heading line. --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4fb4ee7095..82e2b7b959 100644 --- a/NEWS.md +++ b/NEWS.md @@ -197,8 +197,9 @@ Outstanding ones only. * Method/UnboundMethod - * #public?, #private?, #protected? have been added to both - Method and UnboundMethod. [[Feature #11689]] + * Method#public?, Method#private?, Method#protected?, + UnboundMethod#public?, UnboundMethod#private?, + UnboundMethod#protected? have been added. [[Feature #11689]] * Module