aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-08-18 18:11:11 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-08-18 18:11:11 -0700
commitf9fc26e8007d5e2936cf5374a8168b2c37273490 (patch)
tree8d51ff8b59889e518b2c5a8450983af0b48ab068 /activerecord/CHANGELOG.md
parentaf26adcffbf97e8f7abdd63d0a4d501c70250a09 (diff)
parentc9c5566acef049f924ade61da2247a5c9456eba0 (diff)
downloadrails-f9fc26e8007d5e2936cf5374a8168b2c37273490.tar.gz
rails-f9fc26e8007d5e2936cf5374a8168b2c37273490.tar.bz2
rails-f9fc26e8007d5e2936cf5374a8168b2c37273490.zip
Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_last_child
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.