diff --git a/ChangeLog b/ChangeLog index e14b41ad4e..1144544a57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Sep 11 21:30:26 2016 Kazuhiro NISHIYAMA + + * NEWS: News about Module.used_modules. + Sun Sep 11 19:06:49 2016 NAKAMURA Usaku * win32/win32.c (rb_w32_write_console): should set written length as the 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]