diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,10 @@ +Tue Mar 30 22:12:38 2010 Kazuhiro NISHIYAMA <[email protected]> + + * 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 <[email protected]> * time.c: reorder wide value implementation. @@ -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: |