Fix changelog entry about fast_string_to_time fix

Introduced in 53ca22f2e11cd3050d75385bc31b6bb5055a2738.
Thanks @rochefort. [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2012-11-24 09:30:18 -02:00
parent ccdf54d6fc
commit d23c761f5a

@ -452,11 +452,11 @@
*kennyj*
* Use inversed parent for first and last child of has_many association.
* Use inversed parent for first and last child of `has_many` association.
*Ravil Bayramgalin*
* Fix Column.microseconds and Column.fast_string_to_date to avoid converting
* Fix `Column.microseconds` and `Column.fast_string_to_time` to avoid converting
timestamp seconds to a float, since it occasionally results in inaccuracies
with microsecond-precision times. Fixes #7352.