mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS mention refinements with Kernel#send and BasicObject#__send__. [Feature #11476]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c8fee08a3d
commit
8155680333
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 19 21:48:40 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* NEWS: mention refinements with Kernel#send and
|
||||
BasicObject#__send__. [Feature #11476]
|
||||
|
||||
Wed Oct 19 17:02:15 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_insnhelper.c (vm_call_opt_send): enable refinements with
|
||||
|
|
3
NEWS
3
NEWS
|
@ -19,6 +19,9 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue