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

mention Time.{utc,gm,local,mktime} as incompatibility.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-04-25 06:04:40 +00:00
parent 6b7cda3fd5
commit 73aa1639bc

4
NEWS
View file

@ -205,6 +205,10 @@ with all sufficient information, see the ChangeLog file.
* Socket#accept_nonblock
* Socket#sysaccept
* BasicSocket#getsockopt
* Time.utc
* Time.gm
* Time.local
* Time.mktime
* Time.parse
See above.