aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit33248d0afe23ad7f7d3e62defbb09f04933171c4 (patch)
tree50e10ee10c36e0b9fbc783a0a13770f4d4f32210 /ChangeLog
parent08dbb0f942a66180c0e0cdd7219659e4c3bfc1da (diff)
downloadruby-33248d0afe23ad7f7d3e62defbb09f04933171c4.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
Diffstat (limited to 'ChangeLog')
-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]