Remove NEWS entry about taint deprecation warnings [ci skip]

JunichiIto on GitHub correctly pointed out this is no longer
accurate due to the change to not display deprecation warnings by
default.
This commit is contained in:
Jeremy Evans 2020-11-17 13:58:27 -08:00
parent 0829f14704
commit 898aff954e

View File

@ -503,9 +503,6 @@ end
splats, those are now removed just as they are for methods not splats, those are now removed just as they are for methods not
using `ruby2_keywords`. using `ruby2_keywords`.
* Taint deprecation warnings are now issued in regular mode in
addition to verbose warning mode. [[Feature #16131]]
* When an exception is caught in the default handler, the error * When an exception is caught in the default handler, the error
message and backtrace are printed in order from the innermost. message and backtrace are printed in order from the innermost.
[[Feature #8661]] [[Feature #8661]]