summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 14:33:06 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 14:33:06 +0000
commit4e87ee8da819c9b914620dfc6f84622a7b17e903 (patch)
tree6596d05ca09a7edc67bc14f88a94eced86ae9759 /NEWS
parentf0d20684d2d73c00ec71ba0084dee37c12e20f0c (diff)
mention about r64337
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a67ec25325..1175188049 100644
--- a/NEWS
+++ b/NEWS
@@ -104,6 +104,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* KeyError#initialize accepts :receiver and :key options to set receiver and key in Ruby code. [Feature #14313]
+* Module
+
+ * Module#method_defind?, Module#private_method_defined? and Module#protected_mathod_defined? now accepts the second parameter as optional. If it's true (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944]
+
* NameError
* NameError#initialize accepts :receiver option to set receiver in Ruby code. [Feature #14313]