aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 07:16:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 07:16:19 +0000
commit9d8c6adce1b4dc3c9adf37e0d3dbc1b6ed964c1f (patch)
tree2dc058e9f450541435f572b9aed134f85f68a82f
parentc13f83471ae115bea4f52c2860a5b5f63e17571d (diff)
downloadruby-9d8c6adce1b4dc3c9adf37e0d3dbc1b6ed964c1f.tar.gz
add a description on ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc3c1fd405..9edf44e214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Wed Nov 21 16:13:37 2012 Koichi Sasada <ko1@atdot.net>
- * benchmark/bm_so_nsieve_bits.rb: add an encoding pragma.
+ * benchmark/bm_so_nsieve_bits.rb: add an encoding pragma because
+ this benchmark using strings (literals) as binary sequence.
+ Now, they are UTF-8 strings.
Wed Nov 21 00:57:43 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>