diff options
author | Jeremy Evans <code@jeremyevans.net> | 2020-11-17 13:58:27 -0800 |
---|---|---|
committer | Jeremy Evans <code@jeremyevans.net> | 2020-11-17 13:58:27 -0800 |
commit | 898aff954e6b132397a68703148634f326d2c7c8 (patch) | |
tree | 14121cef7725e201f5e52b891cd2eea356f9cf64 | |
parent | 0829f1470469e2c8b74df97d44514b49f4c5f39e (diff) | |
download | ruby-898aff954e6b132397a68703148634f326d2c7c8.tar.gz |
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.
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -503,9 +503,6 @@ end splats, those are now removed just as they are for methods not 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 message and backtrace are printed in order from the innermost. [[Feature #8661]] |