summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0e4508e27d..967196dcd8 100644
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,8 @@ with all sufficient information, see the ChangeLog file.
corresponding method in the prepending module.
* extended method:
* Module#define_method accepts a UnboundMethod from a Module.
+ * Module#const_get accepts a qualified constant string, e.g.
+ Object.const_get("Foo::Bar::Baz")
* NilClass
* added method: