summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-15 01:19:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-15 01:19:31 +0000
commit560bb32fb2a04713bdbe5fa51ee2aaa271da91b6 (patch)
tree7c2affb50d39f61bf59cc2ec042012c69f412017 /NEWS
parent3134b20a0129aa072d1cb40a5000297333b5818d (diff)
NEWS: adjust indents and escape brackets not to be labeled lists
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1eafcdbd05..97f0e0fcce 100644
--- a/NEWS
+++ b/NEWS
@@ -31,20 +31,20 @@ Enumerable::
New method::
- * Added Enumerable#tally. [Feature #11076]
+ * Added Enumerable#tally. [Feature #11076]
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]
+ \[Feature #15321]
=== Stdlib updates (outstanding ones only)