summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-25 03:03:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-25 03:03:31 +0000
commit7801039b4e92be1f671b1286cf8160e9eda53cb5 (patch)
treef1bfa5bc5237e4ad78a7386c4963acc549eb4da9 /ChangeLog
parent14164b37eea147db8969e2a526a03d1dae2e6a52 (diff)
* ChangeLog: fixed format.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15224 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 da8f4737f6..06f9c6bb17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Fri Jan 25 10:31:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Jan 24 19:36:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
- object_id with printf. [ruby-dev:33347]
+ object_id with printf. [ruby-dev:33347]
Tue Jan 22 11:22:47 2008 NAKAMURA Usaku <usa@ruby-lang.org>