summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-19 12:13:51 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-19 12:13:51 +0000
commita61dbb92315b71013ce29f5289b3c229998ccbe6 (patch)
tree9c39434c902fd5ccbc9cbda87226595310ff9e83 /doc
parente592b8f28652b197c978f015bf222b8f6e9524ce (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 7a8a62321f..972f3acfe6 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -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.