aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-12 03:55:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-12 03:55:16 +0000
commit3ccd2a1bb262440ac72c8bb0d03bb7284451654f (patch)
tree50e10ee10c36e0b9fbc783a0a13770f4d4f32210
parenta49068f1cbc5c7713f107726a37fbe8608fbe890 (diff)
downloadruby-3ccd2a1bb262440ac72c8bb0d03bb7284451654f.tar.gz
ChangeLog: fix name in r55863 [ci skip]
* ChangeLog: fix the original patch author's name to the name written in the patch, not "author name" in git. [Feature #10594] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f806c2791d..004e4aecb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Fri Aug 12 12:50:31 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
message to the beginning, not after file name and line number.
[Feature #11951]
-Thu Aug 11 16:24:23 2016 nerdinand <nerdinand@nerdinand.com>
+Thu Aug 11 16:24:23 2016 Ferdinand Niedermann <nerdinand@nerdinand.com>
* compar.c (cmp_clamp): Introduce Comparable#clamp. [Feature #10594]