aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-11 12:33:46 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-11 12:33:46 +0000
commit686233ef3ef09927234aacfd75b6f2b4a59f6447 (patch)
tree42b7b38d193633a39a06c1a799b43e5c7b6d2622 /NEWS
parent5a1d63300fe77d957970b10092e6dfb2ba3c5270 (diff)
downloadruby-686233ef3ef09927234aacfd75b6f2b4a59f6447.tar.gz
NEWS: News about Module.used_modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 986db329b3..c83691c7e2 100644
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* MatchData#named_captures [Feature #11999]
* MatchData#values_at supports named captures [Feature #9179]
+* Module
+
+ * Module.used_modules [Feature #7418]
+
* Regexp
* Regexp#match? [Feature #8110]