* 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
This commit is contained in:
parent
cda49a46f6
commit
91616a00ba
@ -1,3 +1,10 @@
|
|||||||
|
Tue Mar 30 22:12:38 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* 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 <akr@fsij.org>
|
Tue Mar 30 22:07:12 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* time.c: reorder wide value implementation.
|
* time.c: reorder wide value implementation.
|
||||||
|
7
NEWS
7
NEWS
@ -136,6 +136,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* new method:
|
* new method:
|
||||||
* Time#to_r
|
* Time#to_r
|
||||||
|
* Time#subsec
|
||||||
* Time#round
|
* Time#round
|
||||||
|
|
||||||
* incompatible changes:
|
* incompatible changes:
|
||||||
@ -315,8 +316,10 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* URI.encode_www_form_component
|
* URI.encode_www_form_component
|
||||||
* URI.decode_www_form_component
|
* URI.decode_www_form_component
|
||||||
* Obsoleted methods:
|
* Obsoleted methods:
|
||||||
* URI#escape
|
* URI.decode
|
||||||
* URI#unescape
|
* URI.encode
|
||||||
|
* URI.escape
|
||||||
|
* URI.unescape
|
||||||
|
|
||||||
* etc
|
* etc
|
||||||
* new methods:
|
* new methods:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user