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