aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*