aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-14 15:36:45 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-14 15:36:45 -0200
commitb9720355d05d61636396578a258c075fba2f854a (patch)
treed818f5c588937dfd7747a594354fca576a0176a0 /activerecord
parentc5451777b038c5e48567f69256986ae42a2cde48 (diff)
downloadrails-b9720355d05d61636396578a258c075fba2f854a.tar.gz
rails-b9720355d05d61636396578a258c075fba2f854a.tar.bz2
rails-b9720355d05d61636396578a258c075fba2f854a.zip
Fix the CHANGELOG headers [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8f3c6e78f7..695f4c56ec 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 3.2.13 (unreleased) ##
+
* Preloading `has_many :through` associations with conditions won't
cache the `:through` association. This will prevent invalid
subsets to be cached.