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

added a summary of the changes in the new date.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2002-05-19 12:13:51 +00:00
parent e592b8f286
commit a61dbb9231

View file

@ -1,3 +1,11 @@
: Date and DateTime
lib/date.rb now provides both Date and DateTime.
Some methods have been renamed. But the old names are still alive.
Some new methods have been added (Date::parse, Date#strftime, etc.).
: Thread#join
Optional argument limits maximum time to wait the thread in second.