aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 01:41:10 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 01:41:10 +0000
commit68b18291acc84bc4068e531d3085bfda8a5419de (patch)
treec6a0545858488d00eeafafda273c97e08982746a /ChangeLog
parent41bfc7a7218d34b9b9ffbe8154a728b2e044211f (diff)
downloadruby-68b18291acc84bc4068e531d3085bfda8a5419de.tar.gz
* lib/uri/common.rb (URI::Parser#initialize_pattern):
refix for restrict the pattern. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49dee1ffe2..928751b92d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 6 10:39:54 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/uri/common.rb (URI::Parser#initialize_pattern):
+ refix for restrict the pattern.
+
Mon Dec 6 09:45:11 2010 Eric Hodel <drbrain@segment7.net>
* ext/openssl (OpenSSL): add toplevel documentation