[前][次][番号順一覧][スレッド一覧]

ruby-changes:58463

From: Benoit <ko1@a...>
Date: Sun, 27 Oct 2019 05:34:50 +0900 (JST)
Subject: [ruby-changes:58463] 4fe89e0821 (master): Add entry for Feature #13083 in NEWS

https://git.ruby-lang.org/ruby.git/commit/?id=4fe89e0821

From 4fe89e08217446de3b540088a5ef5af37d17b3c9 Mon Sep 17 00:00:00 2001
From: Benoit Daloze <eregontp@g...>
Date: Sat, 26 Oct 2019 22:33:43 +0200
Subject: Add entry for Feature #13083 in NEWS

* Move Unicode changes under String / Unicode for consistency with the rest.

diff --git a/NEWS b/NEWS
index f33964a..5379caa 100644
--- a/NEWS
+++ b/NEWS
@@ -350,13 +350,11 @@ ObjectSpace::WeakMap:: https://github.com/ruby/ruby/blob/trunk/NEWS#L350
     * 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:: https://github.com/ruby/ruby/blob/trunk/NEWS#L371
       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::
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]