From 7a78133a412df8077a19112af682cca2377400a0 Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 5 Nov 2016 03:31:45 +0000 Subject: [PATCH] Add NEWS about r56213. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e1c0f2bf30..2146f9fecb 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Module * Module.used_modules [Feature #7418] + * Module#refine accepts a module as the argument now. [Feature #12534] * Numeric