From 8a5a9dcbf64843f064b6e8a0b9c6eea8f0b8536e Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 9 Apr 2008 16:20:15 +0000 Subject: Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9244 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index b4ebf3de48..dfe6f988c2 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] + * ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 [kamal] * Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper] -- cgit v1.2.3