aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 21:27:10 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 21:27:10 +0000
commit747243cc0e35a34cd48c12fed6b7d4430cd68997 (patch)
tree8d28091077a5cd33e3dd913ec8255e353ee0e184 /ChangeLog
parent015fa2a84ff230b7f2096ef8a1a6c3620e14aa8f (diff)
downloadruby-747243cc0e35a34cd48c12fed6b7d4430cd68997.tar.gz
* lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escape
before parsing a uri to avoid invalid characters. Reported by Evgeniy Serykh. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46984 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 7c1a26ebae..6445c04122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 28 06:24:54 2014 Zachary Scott <e@zzak.io>
+
+ * lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escape
+ before parsing a uri to avoid invalid characters. Reported by
+ Evgeniy Serykh.
+
Mon Jul 28 05:55:56 2014 Zachary Scott <e@zzak.io>
* time.c: [DOC] Clarify %Y in strftime, which can accept any digits