summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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]