[前][次][番号順一覧][スレッド一覧]

ruby-changes:63627

From: Jeremy <ko1@a...>
Date: Wed, 18 Nov 2020 07:00:05 +0900 (JST)
Subject: [ruby-changes:63627] 898aff954e (master): Remove NEWS entry about taint deprecation warnings [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=898aff954e

From 898aff954e6b132397a68703148634f326d2c7c8 Mon Sep 17 00:00:00 2001
From: Jeremy Evans <code@j...>
Date: Tue, 17 Nov 2020 13:58:27 -0800
Subject: 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.

diff --git a/NEWS.md b/NEWS.md
index 43e878d..f553471 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -503,9 +503,6 @@ end https://github.com/ruby/ruby/blob/trunk/NEWS.md#L503
   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]]
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]