summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2019-09-26 13:41:41 +0200
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-26 23:29:49 +0900
commit5b9d646944fe3a2f92682be906b0e9c7beae323c (patch)
tree99861231d07caebe0587cc4fa7320a3551e03177 /NEWS
parentb29c68e6876976b22f64318bf390f05447e4ca01 (diff)
Fix Module#name news and add a test
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2488
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9010d5dd05..dd461a3131 100644
--- a/NEWS
+++ b/NEWS
@@ -176,8 +176,8 @@ Module::
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]
+ always the same for a given Module. This change is
+ experimental. [Feature #16150]
ObjectSpace::WeakMap::