summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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]