diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-05-23 22:47:55 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-05-23 22:47:55 +0900 |
commit | ccb165292962f42edbfc72cbf6b49a9ea8a319c9 (patch) | |
tree | b2fc25f9a197af5d0fd732c904e64cc5e1d897fa /NEWS | |
parent | 0b4d51b055ad2806719b1f4a3eca5c1bbce64631 (diff) | |
download | bundler-ccb165292962f42edbfc72cbf6b49a9ea8a319c9.tar.gz |
New Time methods in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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:: |