diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index af3362fe83..8b5fc450f8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Correct syntax error in mysql DDL, and make AAACreateTablesTest run first [Bob Silva] + * Allow :include to be used with has_many :through associations #3611 [Michael Schoen] * PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). #2920 [Blair Zajac] |