1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
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)