summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-11-03 11:11:20 +0100
committerBenoit Daloze <eregontp@gmail.com>2019-11-03 11:14:31 +0100
commitfbacfe6820cf4f7e115103057b6263cd038da175 (patch)
treedd5e29a5a94ccd6c16d25eff87fdeea541b3cefe /NEWS
parent4a166237074edeaf5b7c1a0fb3c0bb4489c0dbf4 (diff)
Update NEWS entry for Feature #13083
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2dc547a2e..cbe6837010 100644
--- a/NEWS
+++ b/NEWS
@@ -361,7 +361,8 @@ Regexp::
Modified method::
- * Regexp#match(nil) and Regexp#match?(nil) now raise TypeError. [Feature #13083]
+ * Regexp#match and Regexp#match? with a +nil+ argument are deprecated
+ and will raise a TypeError in the next release. [Feature #13083]
RubyVM::