summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)