summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d23cadde3e..9010d5dd05 100644
--- a/NEWS
+++ b/NEWS
@@ -174,7 +174,7 @@ Module::
* Module#autoload? now takes an +inherit+ optional argument, like as
Module#const_defined?. [Feature #15777]
-
+
* Module#name now always return a frozen String. The returned String is
always the same for a given Module. This change is experimental
[Feature #16150]