From 22c1201bba8098e851e7b42255d5a007f82ba1f9 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 19 May 2025 22:47:07 +0900 Subject: [PATCH] [DOC] Fold long lines --- NEWS.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index db8aa37c15..14f4b1f1f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,8 +17,8 @@ Note: We're only listing outstanding class updates. * Binding * `Binding#local_variables` does no longer include numbered parameters. - Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject to handle numbered parameters. - [[Bug #21049]] + Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject + to handle numbered parameters. [[Bug #21049]] * IO @@ -32,8 +32,8 @@ Note: We're only listing outstanding class updates. * String - * Update Unicode to Version 16.0.0 and Emoji Version 16.0. [[Feature #19908]][[Feature #20724]] - (also applies to Regexp) + * Update Unicode to Version 16.0.0 and Emoji Version 16.0. + [[Feature #19908]][[Feature #20724]] (also applies to Regexp) ## Stdlib updates @@ -52,7 +52,9 @@ The following bundled gems are promoted from default gems. We only list stdlib changes that are notable feature changes. -Other changes are listed in the following sections. We also listed release history from the previous bundled version that is Ruby 3.3.0 if it has GitHub releases. +Other changes are listed in the following sections. We also listed release +history from the previous bundled version that is Ruby 3.3.0 if it has GitHub +releases. The following default gem is added.