Add CHANGELOG entry for #24700

This commit is contained in:
Andrew White 2016-04-23 17:17:36 +01:00
parent 7fb2a63708
commit 229737e8f3

@ -1,3 +1,8 @@
* Add `DateTime#localtime` to return an instance of `Time` in the system's
local timezone. Also aliased to `getlocal`.
*Andrew White*, *Yuichiro Kaneko*
* Add `Time#sec_fraction` to return the fraction of a second as a `Rational`.
*Andrew White*