summaryrefslogtreecommitdiff
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
commit97c5a33f7e994b141a84e6628ed2e60277c9785b (patch)
tree7abcef91e1ff4d60af3b51e52cd4c0c261d82ff8 /NEWS
parent1aad241ae87bbcc38f542ae543d021a6e489beaf (diff)
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]