summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-23 22:47:55 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-23 22:47:55 +0900
commitccb165292962f42edbfc72cbf6b49a9ea8a319c9 (patch)
treeb2fc25f9a197af5d0fd732c904e64cc5e1d897fa /NEWS
parent0b4d51b055ad2806719b1f4a3eca5c1bbce64631 (diff)
New Time methods in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb87ada7ab..cd3467428c 100644
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,12 @@ Regexp/String::
* Update Unicode version to 12.1.0, adding support for
U+32FF SQUARE ERA NAME REIWA. [Feature #15195]
+Time::
+
+ * Added Time#ceil method. [Feature #15772]
+
+ * Added Time#floor method. [Feature #15653]
+
=== Stdlib updates (outstanding ones only)
Bundler::