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 8369a10fac..3fdc4374d2 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Migrations: gracefully handle missing migration files. #5857 [eli.gordon@gmail.com] + * MySQL: update test schema for MySQL 5 strict mode. #5861 [Tom Ward] * to_xml: correct naming of included associations. #5831 [josh.starcher@gmail.com] |