summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-18 00:05:10 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-18 00:05:10 +0000
commite0250f59e0a63a5b37a1106359f2e70643c67e98 (patch)
treed3a3cd2be3bd4419c26e09ba0e2b3b9717e813be /NEWS
parent43ab72099b92fed6310a8ffdf7b0f0ba0c2c74cd (diff)
Add NEWS and fix ChangeLog.
* new methods: * URI.encode_www_form * URI.decode_www_form * URI.encode_www_form_component * URI.decode_www_form_component git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b6a946b74..04ddaf9719 100644
--- a/NEWS
+++ b/NEWS
@@ -288,6 +288,11 @@ with all sufficient information, see the ChangeLog file.
* SecureRandom.urlsafe_base64
* URI
+ * new methods:
+ * URI.encode_www_form
+ * URI.decode_www_form
+ * URI.encode_www_form_component
+ * URI.decode_www_form_component
* Obsoleted methods:
* URI#escape
* URI#unescape