summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 16:27:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 16:27:19 +0000
commit7930673c5dd0c7d20844f5abf1ca9a7c59df3132 (patch)
tree53921656a582af6338300c34822b2d8d2bfd8777 /NEWS
parentac3dcc30da222efb34c565b24518310cb50cd6f1 (diff)
describe about Time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 043533a6f5..fb926b5906 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,11 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* string[regexp, name] is supported for named capture.
+ * Time
+ * extended feature:
+ * time_t restriction is removed to represent before 1901 and after 2038.
+ Proleptic Gregorian calendar is used for old dates.
+
* Kernel
* extended methods:
* respond_to? returns false for methods which simply raise