diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-12 18:34:34 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-12 18:34:34 -0300 |
commit | 682745164033a5389917a20f607148222c314179 (patch) | |
tree | 1468333bb90dbd7b2a2e85f1acce4b29e51700fb /activesupport | |
parent | 495daef06141706c363df3d42ca1683706f85735 (diff) | |
download | rails-682745164033a5389917a20f607148222c314179.tar.gz rails-682745164033a5389917a20f607148222c314179.tar.bz2 rails-682745164033a5389917a20f607148222c314179.zip |
Add CHANGELOG entry for #10879
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 44d0fb2fea..9ab81c73c8 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,9 @@ +* Add `Date#middle_of_day`, `DateTime#middle_of_day` and `Time#middle_of_day` methods. + + Also added `midday`, `noon`, `at_midday`, `at_noon` and `at_middle_of_day` as aliases. + + *Anatoli Makarevich* + * Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing each_key method. *Murray Steele* |