1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
kazu 2010-03-30 13:13:20 +00:00
parent cda49a46f6
commit 91616a00ba
2 changed files with 12 additions and 2 deletions

View file

@ -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>
* time.c: reorder wide value implementation.

7
NEWS
View file

@ -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: