diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-24 19:33:18 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-24 19:33:18 -0300 |
commit | 0bc301ef7d8a2ded89d412fe4193594f0523fa99 (patch) | |
tree | 91977364867788abbc626f96680f5edd7243b7a2 | |
parent | 51e963790f565933d16a2180e85e7124b556ee7d (diff) | |
download | rails-0bc301ef7d8a2ded89d412fe4193594f0523fa99.tar.gz rails-0bc301ef7d8a2ded89d412fe4193594f0523fa99.tar.bz2 rails-0bc301ef7d8a2ded89d412fe4193594f0523fa99.zip |
Improve AR changelog [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5521a1579a..b3301f70dc 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,7 +1,7 @@ ## Rails 4.0.0 (unreleased) ## -* Preloading ordered `has_many :through` associations does no longer - apply invalid ordering to the `:through` association. +* Preloading ordered `has_many :through` associations no longer applies + invalid ordering to the `:through` association. Fixes #8663. *Yves Senn* |