summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2705ec53cf..cac990e4df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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