From fbacfe6820cf4f7e115103057b6263cd038da175 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 3 Nov 2019 11:11:20 +0100 Subject: [PATCH] Update NEWS entry for Feature #13083 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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::