diff options
author | Andrew White <andrew.white@unboxedconsulting.com> | 2016-04-23 17:17:36 +0100 |
---|---|---|
committer | Andrew White <andrew.white@unboxedconsulting.com> | 2016-04-23 17:17:36 +0100 |
commit | 229737e8f367ed0930cd801af459f15d69c18031 (patch) | |
tree | db2ffe7719f89ecf4805f888df0207694c22194b | |
parent | 7fb2a637086ae5e4cb8d06582ed7d9b29a6a4f58 (diff) | |
download | rails-229737e8f367ed0930cd801af459f15d69c18031.tar.gz rails-229737e8f367ed0930cd801af459f15d69c18031.tar.bz2 rails-229737e8f367ed0930cd801af459f15d69c18031.zip |
Add CHANGELOG entry for #24700
-rw-r--r-- | activesupport/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 1056b6696f..3c9e1477df 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -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* |