summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-25 06:04:40 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-25 06:04:40 +0000
commit73aa1639bcc9428a0fa1f6c0dfb212c04cc26173 (patch)
tree235e3a2a99af447fb5367970da444d314a34c65c /NEWS
parent6b7cda3fd5b5ff9c55af314b1f0d9ec6af5d9384 (diff)
mention Time.{utc,gm,local,mktime} as incompatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a2d73e9f9..560f4ee591 100644
--- a/NEWS
+++ b/NEWS
@@ -205,6 +205,10 @@ with all sufficient information, see the ChangeLog file.
* Socket#accept_nonblock
* Socket#sysaccept
* BasicSocket#getsockopt
+ * Time.utc
+ * Time.gm
+ * Time.local
+ * Time.mktime
* Time.parse
See above.