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

Add CHANGELOG entry for #13392 [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-07-15 18:03:12 -03:00
parent 3121412cf1
commit 2b2e041506

View file

@ -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`.