summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-22 12:39:22 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-22 12:39:22 +0000
commitdfffa96baa4a99202fb04efdd31b27673eff11ac (patch)
tree3be551af33e22b488a0bf74e312d8204cf421a36 /NEWS
parent1d9f6c92b7695639df5ad56234e22635665495b1 (diff)
* NEWS: add Time#to_r.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 646e244d1a..ab261ce1c9 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,9 @@ with all sufficient information, see the ChangeLog file.
* Time.new have optional arguments to specify date with time offset.
* Time#getlocal, Time#localtime have optional time offset argument.
+ * new method:
+ * Time#to_r
+
* incompatible changes:
* The year argument of Time.{utc,gm,local,mktime} is now interpreted as
the value itself. For example, Time.utc(99) means the year 99 AD,