From 91616a00ba3440869972cdd9e7da7378fe9f585e Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 30 Mar 2010 13:13:20 +0000 Subject: [PATCH] * 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 --- ChangeLog | 7 +++++++ NEWS | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b692d266ad..b72019879a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Mar 30 22:12:38 2010 Kazuhiro NISHIYAMA + + * NEWS: add URI.decode and URI.encode to Obsoleted methods, + and fix typos. [ruby-dev:40852] + + * NEWS: add Time#subsec. + Tue Mar 30 22:07:12 2010 Tanaka Akira * time.c: reorder wide value implementation. 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: