aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-24 19:33:18 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-24 19:33:18 -0300
commit0bc301ef7d8a2ded89d412fe4193594f0523fa99 (patch)
tree91977364867788abbc626f96680f5edd7243b7a2 /activerecord
parent51e963790f565933d16a2180e85e7124b556ee7d (diff)
downloadrails-0bc301ef7d8a2ded89d412fe4193594f0523fa99.tar.gz
rails-0bc301ef7d8a2ded89d412fe4193594f0523fa99.tar.bz2
rails-0bc301ef7d8a2ded89d412fe4193594f0523fa99.zip
Improve AR changelog [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
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*