aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorbrainopia <brainopia@evilmartians.com>2012-08-17 17:50:12 +0400
committerbrainopia <brainopia@evilmartians.com>2012-08-18 18:11:28 +0400
commitc9c5566acef049f924ade61da2247a5c9456eba0 (patch)
treece900e697da966f27aa2a43a12730554cab5f556 /activerecord/CHANGELOG.md
parent9f8852128f2ad968e15b53728bb5c9fb3ba52e3b (diff)
downloadrails-c9c5566acef049f924ade61da2247a5c9456eba0.tar.gz
rails-c9c5566acef049f924ade61da2247a5c9456eba0.tar.bz2
rails-c9c5566acef049f924ade61da2247a5c9456eba0.zip
Use inversed parent for first and last child of has_many association
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.