mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
updating CHANGELOG
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user