summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 14:02:29 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 14:02:29 +0000
commita4523cd04255323f5143299d003e5934acc77079 (patch)
tree9d6929d74ecd5212247391066f08e7e58df5b022
parent49f69c3f2ef75c91539ccc7e8abaaa727fbc7132 (diff)
fix ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 261c4f7223..36cb3b96c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue Sep 16 22:23:24 2008 Takeyuki Fujioka <xibbar@ruby-lang.org>
- * lib/cgi/core.rb: performance improvement.
+ * lib/cgi/core.rb (CGI#header): performance improvement.
From CGIAlt http://cgialt.rubyforge.org/
* test/cgi/test_cgi_header.rb: exception class fixed.