summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 13:08:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 13:08:29 +0000
commited958ef37ef85f7e2dcaf444ccb156f4bf611bce (patch)
tree126d325a91b3230a4c168453574eeeff84587f10 /NEWS
parenta2429de63ce82c48a2c08ec4b0f9e89f700345cf (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 63c609c4e6..ec2b7dbd3e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)