1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

New Time methods in NEWS

This commit is contained in:
Nobuyoshi Nakada 2019-05-23 22:47:55 +09:00
parent 0b4d51b055
commit ccb1652929
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

6
NEWS
View file

@ -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::