summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-22 15:26:58 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-22 15:26:58 +0000
commitd8e069567b30411d6587a47bf9b1051677dba077 (patch)
tree09eedee80d964377eaec8582e67e7450efac66bd /doc
parentef408c00bea0b80117c4aa28d9769fa2d54af20f (diff)
downloadruby-d8e069567b30411d6587a47bf9b1051677dba077.tar.gz
ruby-d8e069567b30411d6587a47bf9b1051677dba077.tar.xz
ruby-d8e069567b30411d6587a47bf9b1051677dba077.zip
updated to the new version (based on date2 3.3).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 7dce05111..726b57e27 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -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.