diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-07-15 18:03:12 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-07-15 18:03:12 -0300 |
commit | 2b2e04150680498f043720de34f82e6dc647c14a (patch) | |
tree | 892d73f974676658b400e225961a676d09c249c4 /activesupport | |
parent | 3121412cf181388f8dac71f2d707be2cbb764524 (diff) | |
download | rails-2b2e04150680498f043720de34f82e6dc647c14a.tar.gz rails-2b2e04150680498f043720de34f82e6dc647c14a.tar.bz2 rails-2b2e04150680498f043720de34f82e6dc647c14a.zip |
Add CHANGELOG entry for #13392 [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 005bcffa26..a667332afc 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,10 @@ +* Deprecate `capture` and `quietly`. + + These methods are not thread safe and may cause issues when used in threaded environments. + To avoid problems we are deprecating them. + + *Tom Meier* + * `DateTime#to_f` now preserves the fractional seconds instead of always rounding to `.0`. |