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

ruby-changes:59480

From: Yusuke <ko1@a...>
Date: Wed, 25 Dec 2019 16:13:28 +0900 (JST)
Subject: [ruby-changes:59480] e0929c44dd (master): NEWS: add ticket references

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

From e0929c44ddc7490dc97cabf12c7505173316a623 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Wed, 25 Dec 2019 11:27:13 +0900
Subject: NEWS: add ticket references


diff --git a/NEWS b/NEWS
index e77e065..edfca23 100644
--- a/NEWS
+++ b/NEWS
@@ -183,11 +183,11 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS#L183
 
      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].
 
-- 
cgit v0.10.2


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

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