Get rid of inadvertent label [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-11-28 21:45:43 +09:00
parent 2fa3b4565a
commit 0b453e2a55
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

3
NEWS
View File

@ -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 * <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 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 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. Ruby 3.0, and the methods and C functions will be removed in Ruby 3.2. [Feature #16131]
[Feature #16131]
=== Core classes updates (outstanding ones only) === Core classes updates (outstanding ones only)