aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-10-26 22:33:43 +0200
committerBenoit Daloze <eregontp@gmail.com>2019-10-26 22:33:43 +0200
commit4fe89e08217446de3b540088a5ef5af37d17b3c9 (patch)
tree389eb5238e8be7140103533232aba550fc3b85cd /NEWS
parent664e96b1de816c813c29f61e16a2031a7af7ba86 (diff)
downloadruby-4fe89e08217446de3b540088a5ef5af37d17b3c9.tar.gz
Add entry for Feature #13083 in NEWS
* Move Unicode changes under String / Unicode for consistency with the rest.
Diffstat (limited to 'NEWS')
-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::