summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 13:13:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 13:13:36 +0000
commit1aee5acdae7fa88e0241ed4c21ed88f775054cba (patch)
treec611f5ad265456e01e0f2b7d470960a3ac70d357 /ChangeLog
parentecb7182f93594109970db1811057c35ca71f73b2 (diff)
merge revision(s) 59444,59445: [Backport #13776]
adjust indent [ci skip] * vm_insnhelper.c (vm_call_method_each_type): adjust indent of a block in switch. visibility of inherited method * vm_insnhelper.c (vm_call_method_each_type): honor the original visibility of inherited methods when a refinement is defined but not activated. [ruby-core:82209] [Bug #13776] Author: Mon_Ouie (Mon ouie) <mon.ouie@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 940d3a5c2d..9649c0e6a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Wed Jan 31 22:12:48 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ adjust indent
+
+ * vm_insnhelper.c (vm_call_method_each_type): adjust indent of a
+ block in switch.
+
+ visibility of inherited method
+
+ * vm_insnhelper.c (vm_call_method_each_type): honor the original
+ visibility of inherited methods when a refinement is defined but
+ not activated. [ruby-core:82209] [Bug #13776]
+
+ Author: Mon_Ouie (Mon ouie) <mon.ouie@gmail.com>
+
Wed Jan 31 20:47:07 2018 NARUSE, Yui <naruse@ruby-lang.org>
HTTPHeader#add_field should allow binary [Bug #13926]