ruby-changes:44378
From: kazu <ko1@a...>
Date: Wed, 19 Oct 2016 21:49:46 +0900 (JST)
Subject: [ruby-changes:44378] kazu:r56451 (trunk): NEWS mention refinements with Kernel#send and BasicObject#__send__. [Feature #11476]
kazu 2016-10-19 21:49:40 +0900 (Wed, 19 Oct 2016) New Revision: 56451 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56451 Log: NEWS mention refinements with Kernel#send and BasicObject#__send__. [Feature #11476] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 56450) +++ ChangeLog (revision 56451) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Oct 19 21:48:40 2016 Kazuhiro NISHIYAMA <zn@m...> + + * NEWS: mention refinements with Kernel#send and + BasicObject#__send__. [Feature #11476] + Wed Oct 19 17:02:15 2016 Nobuyoshi Nakada <nobu@r...> * vm_insnhelper.c (vm_call_opt_send): enable refinements with Index: NEWS =================================================================== --- NEWS (revision 56450) +++ NEWS (revision 56451) @@ -19,6 +19,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L19 * Refinments is enabled at method by Symbol#to_proc. [Feature #9451] +* Refinments is enabled with Kernel#send and BasicObject#__send__. + [Feature #11476] + === Core classes updates (outstanding ones only) * Array -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/