Skip to content

Commit

Permalink
Fix changelog entry about fast_string_to_time fix
Browse files Browse the repository at this point in the history
Introduced in 53ca22f.
Thanks @rochefort. [ci skip]
  • Loading branch information
carlosantoniodasilva committed Nov 24, 2012
1 parent ccdf54d commit d23c761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/CHANGELOG.md
Expand Up @@ -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.

Expand Down

0 comments on commit d23c761

Please sign in to comment.