1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: add ticket references

This commit is contained in:
Yusuke Endoh 2019-12-25 11:27:13 +09:00
parent eb3f19b9b8
commit e0929c44dd

4
NEWS
View file

@ -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].