summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-22 08:29:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-22 08:29:02 +0000
commit16a642c3315832992b2af401a45b02451c23f165 (patch)
tree1174cbabea6aa7eadff084d2df8a110707d8b12f /NEWS
parent633fef6dec9f078d7c02b737a76f3aad0ba5ccc8 (diff)
Enable refinements at Object#respond_to?
[Feature #15327] [Fix GH-2020] From: osyo-manga <manga.osyo@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24bd484cc2..b7a4e8018c 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ sufficient information, see the ChangeLog file or Redmine
* refinements takes place at Kernel#public_send. [Feature #15326]
+* refinements takes place at Kernel#respond_to?. [Feature #15327]
+
* +else+ without +rescue+ now causes a syntax error. [EXPERIMENTAL]
* constant names may start with a non-ASCII capital letter. [Feature #13770]