aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-12-25 11:27:13 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-12-25 11:27:13 +0900
commite0929c44ddc7490dc97cabf12c7505173316a623 (patch)
treedaaadab4deb51ffafe6b6bdbe1be2536f9a1e300
parenteb3f19b9b896094ae9754de1b48fed86fb35fe39 (diff)
downloadruby-e0929c44ddc7490dc97cabf12c7505173316a623.tar.gz
NEWS: add ticket references
-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].