diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-22 15:26:58 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-22 15:26:58 +0000 |
commit | 0e866a2e516d5b7bea0a602d1048b5bdc22a2f98 (patch) | |
tree | 09eedee80d964377eaec8582e67e7450efac66bd /doc | |
parent | 47993929c4727ec1e7e7af4b2d2177d0058b84f8 (diff) | |
download | ruby-0e866a2e516d5b7bea0a602d1048b5bdc22a2f98.tar.gz |
updated to the new version (based on date2 3.3).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Some new methods have been added (Date::parse, Date#strftime, etc.). + Date#mjd now returns the chronological modified Julian day number. + + All facilities about tjd have been removed. + : Thread#join Optional argument limits maximum time to wait the thread in second. |