summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f51398e948..c1f4293543 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,10 @@ with all sufficient information, see the ChangeLog file.
* added LoadError#path method to return the file name that could not be
loaded.
+ * Module
+ * extended method:
+ * Module#define_method accepts a UnboundMethod from a Module.
+
* NilClass
* added method:
* added nil.to_h which returns {}