diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-24 09:30:18 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-24 09:30:18 -0200 |
commit | d23c761f5a514e10676aa3e0e1632946aaebcbf7 (patch) | |
tree | fe4791c043605d71fd63811f6ddb287a39a10c8a | |
parent | ccdf54d6fcc96e70a2049f9828241037156067d8 (diff) | |
download | rails-d23c761f5a514e10676aa3e0e1632946aaebcbf7.tar.gz rails-d23c761f5a514e10676aa3e0e1632946aaebcbf7.tar.bz2 rails-d23c761f5a514e10676aa3e0e1632946aaebcbf7.zip |
Fix changelog entry about fast_string_to_time fix
Introduced in 53ca22f2e11cd3050d75385bc31b6bb5055a2738.
Thanks @rochefort. [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 1a34ed441f..201eddbcae 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -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. |