summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 09:38:22 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 09:38:22 +0000
commit9b425061dad0fb850c12864bf271691d20a4e762 (patch)
tree1154e771712f8d14ea65f5a94f1df731bf00888c /ChangeLog
parent727f2971fb7711dd0607d86d6577beb7f6c9ebc1 (diff)
* vm_method.c(rb_method_entry_make):
[DOC] [ci skip] Remove a needless space from comment [Fixes GH-1069] Patch by @yui-knk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94d96c4fe9..734a4fd9b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 26 18:36:43 2015 Shota Fukumori (sora_h) <her@sorah.jp>
+
+ * vm_method.c(rb_method_entry_make):
+ [DOC] [ci skip] Remove a needless space from comment
+ [Fixes GH-1069] Patch by @yui-knk
+
Mon Oct 26 17:30:13 2015 Ryan Hosford <tad.hosford@gmail.com>
* lib/fileutils.rb: rename tailing to trailing.