aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 736745c3cd..d53f2ed2f6 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* `rake railties:install:migrations` respects the order of railties.
+
+ *Arun Agrawal*
+
* Fix redefine a has_and_belongs_to_many inside inherited class
Fixing regression case, where redefining the same has_an_belongs_to_many
definition into a subclass would raise.