summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-03 11:23:23 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-03 11:23:23 +0000
commitb35529bb4e9b7c1f328e4515106b4b96aec94167 (patch)
tree67744d1c4e8a9cf684cea0bc30ced0eecf1773e6 /ChangeLog
parent86d4511fe6944f5517ead2679a0a4900d2db8ee5 (diff)
* lib/cgi/util.rb: class methods modulize for using like a function.
[Feature #8354] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c71fe9cf1..4bc30eeacb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri May 3 19:32:13 2013 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
+
+ * lib/cgi/util.rb: All class methods moduleized.
+ We can use these methods like a function when "include CGI::Util".
+ [Feature #8354]
+
Fri May 3 14:09:45 2013 Tanaka Akira <akr@fsij.org>
* ext/socket/extconf.rb: Make default_ipv6 true for Cygwin.