aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-14 21:41:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-14 21:41:08 +0000
commit336ab28593360d107f2789d0e54d5029d9d01b7f (patch)
treece06af8b3fd26ea291ddab6770188283729ab531
parenteb4b2b96d048920258bd1f00622e60af25d8e1d6 (diff)
downloadruby-336ab28593360d107f2789d0e54d5029d9d01b7f.tar.gz
fix commit miss
* ChangeLog: remove duplicate entry. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index d6fcdc268e..70db0a221c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,12 +20,6 @@ Thu Apr 14 14:28:55 2016 cremno phobia <cremno@mail.ru>
_MSC_VER check, should be decimal but not hexadecimal.
[ruby-core:74936] [Bug #12279]
-Thu Apr 14 13:47:52 2016 cremno phobia <cremno@mail.ru>
-
- * cont.c (fiber_initialize_machine_stack_context): fix wrong
- _MSC_VER check, should be decimal but not hexadecimal.
- [ruby-core:74936] [Bug #12279]
-
Wed Apr 13 22:51:38 2016 Tanaka Akira <akr@fsij.org>
* array.c (rb_ary_sum): Array#sum is implemented.