Skip to content

Commit

Permalink
NEWS: add ticket references
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 25, 2019
1 parent eb3f19b commit e0929c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS
Expand Up @@ -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].

Expand Down

0 comments on commit e0929c4

Please sign in to comment.