summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2019-05-07 12:52:24 +0200
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-21 17:28:37 +0900
commitfb85a428605265a8fd449b0702a4dd88cb6f3b20 (patch)
tree0e5f9df92b010b026cfab40a54a1778f55f93e61 /NEWS
parent887163beb8f27c5400cd04dbf98c474ed035526f (diff)
Add an optional `inherit` argument to Module#autoload?
[Feature #15777] Closes: https://github.com/ruby/ruby/pull/2173
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 80ec1975d2..d4e943d9e1 100644
--- a/NEWS
+++ b/NEWS
@@ -123,6 +123,13 @@ Integer::
0b01001100[2...6] #=> 0b0011
^^^^
+Module::
+
+ Modified method::
+
+ * Module#autoload? now takes an +inherit+ optional argument, like as
+ Module#const_defined?. [Feature #15777]
+
Regexp / String::
* Update Unicode version and Emoji version from 11.0.0 to