aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS22
1 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f33964a91a..5379caa740 100644
--- a/NEWS
+++ b/NEWS
@@ -350,13 +350,11 @@ ObjectSpace::WeakMap::
* ObjectSpace::WeakMap#[]= now accepts special objects as either key or
values. [Feature #16035]
-Regexp / String::
+Regexp::
- * Update Unicode version and Emoji version from 11.0.0 to
- 12.0.0. [Feature #15321]
+ Modified method::
- * Update Unicode version to 12.1.0, adding support for
- U+32FF SQUARE ERA NAME REIWA. [Feature #15195]
+ * Regexp#match(nil) and Regexp#match?(nil) now raise TypeError. [Feature #13083]
RubyVM::
@@ -373,6 +371,20 @@ Symbol::
is always the same for a given Symbol. This change is
experimental. [Feature #16150]
+String::
+
+ Unicode::
+
+ * 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]
+
+ Modified method::
+
+ * String#match(nil) and String#match?(nil) now raise TypeError. [Feature #13083]
+
Time::
New methods::