summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 13:13:20 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 13:13:20 +0000
commit91616a00ba3440869972cdd9e7da7378fe9f585e (patch)
treed131c584425127454935286618c1def471b0369c /NEWS
parentcda49a46f65f26067ad13305b3c4d419af1de7ed (diff)
* NEWS: add URI.decode and URI.encode to Obsoleted methods,
and fix typos. [ruby-dev:40852] * NEWS: add Time#subsec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 43f481cc52..5ba699afff 100644
--- a/NEWS
+++ b/NEWS
@@ -136,6 +136,7 @@ with all sufficient information, see the ChangeLog file.
* new method:
* Time#to_r
+ * Time#subsec
* Time#round
* incompatible changes:
@@ -315,8 +316,10 @@ with all sufficient information, see the ChangeLog file.
* URI.encode_www_form_component
* URI.decode_www_form_component
* Obsoleted methods:
- * URI#escape
- * URI#unescape
+ * URI.decode
+ * URI.encode
+ * URI.escape
+ * URI.unescape
* etc
* new methods: