Update NEWS entry for Feature #13083

This commit is contained in:
Benoit Daloze 2019-11-03 11:11:20 +01:00
parent 4a16623707
commit fbacfe6820

3
NEWS
View File

@ -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::