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

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