aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-11-03 11:08:58 +0100
committerBenoit Daloze <eregontp@gmail.com>2019-11-03 11:14:31 +0100
commit4a166237074edeaf5b7c1a0fb3c0bb4489c0dbf4 (patch)
treebfe39cedbf39cffd3de4872a95a4cb2b185021e0 /NEWS
parent985e6ced9945df943a595aafc0a12faec125e853 (diff)
downloadruby-4a166237074edeaf5b7c1a0fb3c0bb4489c0dbf4.tar.gz
Remove incorrect NEWS entry, only Regexp#match and #match? changed
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f002ea3367..f2dc547a2e 100644
--- a/NEWS
+++ b/NEWS
@@ -390,10 +390,6 @@ String::
* Update Unicode Emoji version to 12.1 [Feature #16272]
- Modified methods::
-
- * String#match(nil) and String#match?(nil) now raise TypeError. [Feature #13083]
-
Time::
New methods::