aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-28 21:45:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-28 21:45:43 +0900
commit0b453e2a55eefbe1bbb0b76faf61b9b6ab121d48 (patch)
tree3a9e18c65488efbd2d905100a9450daac49317e2 /NEWS
parent2fa3b4565ad904b09419dc77f4fff03aee1a8358 (diff)
downloadruby-0b453e2a55eefbe1bbb0b76faf61b9b6ab121d48.tar.gz
Get rid of inadvertent label [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0add7a09f1..204ff7d505 100644
--- a/NEWS
+++ b/NEWS
@@ -210,8 +210,7 @@ sufficient information, see the ChangeLog file or Redmine
* <code>Object#{taint,untaint,trust,untrust}</code> and related functions in the C-API
no longer have an effect (all objects are always considered untainted), and are now
warned in verbose mode. This warning will be disabled even in non-verbose mode in
- Ruby 3.0, and the methods and C functions will be removed in Ruby 3.2.
- [Feature #16131]
+ Ruby 3.0, and the methods and C functions will be removed in Ruby 3.2. [Feature #16131]
=== Core classes updates (outstanding ones only)