aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-01 14:35:57 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-01 14:35:57 -0800
commit754493c790a10aa94a2bef831237e6e7bdba30ce (patch)
tree166bcdfbeb78ee86ef1894f3c123f9d27b49826d /activerecord
parentc266a6bf0f219f211979b67396750fc9071b0391 (diff)
downloadrails-754493c790a10aa94a2bef831237e6e7bdba30ce.tar.gz
rails-754493c790a10aa94a2bef831237e6e7bdba30ce.tar.bz2
rails-754493c790a10aa94a2bef831237e6e7bdba30ce.zip
updating CHANGELOG
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index f46db909ba..e6c6883fc7 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,9 @@
*Rails 3.1.0 (unreleased)*
+* The `schema_migrations` table now contains a column `name` which stores the
+name of the migration that was executed, and `migrated_at` which stores the date
+when the migration was executed. (Thanks Josh Susser!)
+
* ActiveRecord::Base#dup and ActiveRecord::Base#clone semantics have changed
to closer match normal Ruby dup and clone semantics.