From 8835b1fb8a10c6ad874a9c94d7373368a1e1d214 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 Nov 2013 07:17:52 +0000 Subject: [PATCH] * ChangeLog: adjust timezone and encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6fda5caa7..cb01a365d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,7 +22,7 @@ Sun Nov 24 09:18:06 2013 Aman Gupta test string to avoid failure due to GC. Reduce size of failure message using grep(/TEST STRING/). -Sat Nov 23 13:38:00 2013 Kyle Stevens +Sun Nov 24 08:38:00 2013 Kyle Stevens * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexp to prevent the alternative, which is that each line in the CSV gets @@ -52,7 +52,7 @@ Sat Nov 23 19:46:00 2013 Kenta Murata * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Optimize the calculation algorithm to reduce the number of divisions. - This optimization was proposed by RafaƂ Michalski. + This optimization was proposed by Rafal Michalski. [Feature #6857] [ruby-core:47130] Sat Nov 23 19:20:00 2013 Kenta Murata