aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-19 12:49:40 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-19 12:49:40 +0000
commit6f67068caaf6b35e42ca539c8d8bd1d247da76b0 (patch)
treead81fb99951c491920ef42a2c683aba936484629 /NEWS
parent300431ecb5c1356f8a8e25a66f6d7300971f1862 (diff)
downloadruby-6f67068caaf6b35e42ca539c8d8bd1d247da76b0.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26989c333b..1d9997afd1 100644
--- a/NEWS
+++ b/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