NEWS: [DOC] fold lines [ci skip]

* NEWS: [DOC] fold lines not to make the BTS refereces wrong
  links, without a backslash.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-04-09 13:08:29 +00:00
parent a2429de63c
commit ed958ef37e

13
NEWS
View File

@ -46,18 +46,17 @@ Enumerator::
New method:: New method::
* Added Enumerator::Yielder#to_proc so that a Yielder object can be * Added Enumerator::Yielder#to_proc so that a Yielder object
directly passed to another method as a block argument. can be directly passed to another method as a block
\[Feature #15618] argument. [Feature #15618]
Regexp/String:: Regexp/String::
* Update Unicode version and Emoji version from 11.0.0 to 12.0.0. * Update Unicode version and Emoji version from 11.0.0 to
\[Feature #15321] 12.0.0. [Feature #15321]
* Update Unicode version to 12.1.0, adding support for * Update Unicode version to 12.1.0, adding support for
U+32FF SQUARE ERA NAME REIWA U+32FF SQUARE ERA NAME REIWA. [Feature #15195]
\[Feature #15195]
=== Stdlib updates (outstanding ones only) === Stdlib updates (outstanding ones only)