aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e77e0655dd..edfca23eb9 100644
--- a/NEWS
+++ b/NEWS
@@ -183,11 +183,11 @@ sufficient information, see the ChangeLog file or Redmine
where(sales: ..100)
-* Setting <code>$;</code> to a non-nil value is warned now.
+* Setting <code>$;</code> to a non-nil value is warned now. [Feature #14240]
Use of it in String#split is warned too.
This warning can be suppressed with {-W:no-deprecated option}[#label-Warning+option].
-* Setting <code>$,</code> to a non-nil value is warned now.
+* Setting <code>$,</code> to a non-nil value is warned now. [Feature #14240]
Use of it in Array#join is warned too.
This warning can be suppressed with {-W:no-deprecated option}[#label-Warning+option].