summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 23:43:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 23:43:46 +0000
commitd40d02c7388855f4ead815b827f3a1922b869416 (patch)
treef0c04d6cfe783e22a9b0ac576028a8e9e8aa3850 /ChangeLog
parent9b7d83c3e3501052f2562b1f328a1852e90c5944 (diff)
* numeric.c: "%" is required before PRI?VALUE.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93df674e9..477d4fdca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 28 08:42:51 2008 Tanaka Akira <akr@fsij.org>
+
+ * numeric.c: "%" is required before PRI?VALUE.
+
Tue May 27 22:10:44 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval_error.c (error_handle): SystemExit and SignalException throws