summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-14 16:05:49 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-14 16:05:49 +0900
commit4cc83f9ac60d18ba330dc7f8e92eae1ffce67322 (patch)
tree0de1b51e08ff2df7552117fbaed3ef4dc0e79176
parent90cdcefa78ee9f3c7c78db2c5f3df0fdba25d83f (diff)
[Feature #13083] is already reverted
-rw-r--r--NEWS8
1 files changed, 0 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 4c8f10518e..c447db5be5 100644
--- a/NEWS
+++ b/NEWS
@@ -365,7 +365,6 @@ Module::
always the same for a given Module. This change is
experimental. [Feature #16150]
-
NilClass / TrueClass / FalseClass::
Modified methods::
@@ -381,13 +380,6 @@ ObjectSpace::WeakMap::
* ObjectSpace::WeakMap#[]= now accepts special objects as either key or
values. [Feature #16035]
-Regexp::
-
- Modified method::
-
- * Regexp#match and Regexp#match? with a +nil+ argument are deprecated
- and will raise a TypeError in the next release. [Feature #13083]
-
RubyVM::
Removed method::