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-21 01:00:14 -0300
commitfdf4eae506fa9895e831f569bed3c4aa6a999a22 (patch)
tree64f459809fd696218e6010d778324cbba7f7ee82 /activerecord/CHANGELOG.md
parentb3bea4993896d9fb524a7c1f848fff6811e35297 (diff)
downloadrails-fdf4eae506fa9895e831f569bed3c4aa6a999a22.tar.gz
rails-fdf4eae506fa9895e831f569bed3c4aa6a999a22.tar.bz2
rails-fdf4eae506fa9895e831f569bed3c4aa6a999a22.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 [Backport] Closes #3223. Conflicts: activerecord/lib/active_record/associations/collection_association.rb
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 74c3e6cb90..9c063e897c 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 3.2.9 (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.