aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-04-04 18:41:43 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-04-04 18:41:43 -0300
commit989cccdc3e6f9c6dcb740b2792fcc74b19eed67e (patch)
tree0df25c312e575a0dc66a472ee32e3522cf2268e8 /activerecord/CHANGELOG.md
parente9e53415496dac22b65298f0eb1ba60725b3ecbb (diff)
downloadrails-989cccdc3e6f9c6dcb740b2792fcc74b19eed67e.tar.gz
rails-989cccdc3e6f9c6dcb740b2792fcc74b19eed67e.tar.bz2
rails-989cccdc3e6f9c6dcb740b2792fcc74b19eed67e.zip
Add CHANGELOG entry for #11650 [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index fff66f21fb..4d555bd33e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Make possible to have an association called `records`.
+
+ Fixes #11645.
+
+ *prathamesh-sonpatki*
+
* `to_sql` on an association now matches the query that is actually executed, where it
could previously have incorrectly accrued additional conditions (e.g. as a result of
a previous query). CollectionProxy now always defers to the association scope's