aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-25 06:20:10 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-25 06:20:10 +0000
commit1a16fc96a45bedde669f59c6a9c5ad6b81fcad2d (patch)
tree7abcef91e1ff4d60af3b51e52cd4c0c261d82ff8 /NEWS
parentc27cd5b15ddea5905d31f8ff4ba5984e89404e17 (diff)
downloadruby-1a16fc96a45bedde669f59c6a9c5ad6b81fcad2d.tar.gz
Time#at receives 3rd argument which specifies the unit of 2nd argument [Feature #13919]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60017 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 fe69733b8d..c03075dbf8 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Description set by Thread#name= is now visible on Windows 10.
+* Time
+
+ * Time#at receives 3rd argument which specifies the unit of 2nd argument.
+ [Feature #13919]
+
* KeyError
* KeyError#receiver [Feature #12063]