From c9c5566acef049f924ade61da2247a5c9456eba0 Mon Sep 17 00:00:00 2001 From: brainopia Date: Fri, 17 Aug 2012 17:50:12 +0400 Subject: Use inversed parent for first and last child of has_many association --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 597a1aa974..bcf2fcb5ec 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* 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 timestamp seconds to a float, since it occasionally results in inaccuracies with microsecond-precision times. Fixes #7352. -- cgit v1.2.3