Skip to content

Commit

Permalink
updating CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Nov 17, 2010
1 parent b0a6f58 commit 17c7723
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions activerecord/CHANGELOG
@@ -1,5 +1,14 @@
*Rails 3.1.0 (unreleased)*

* Migrations should use instance methods rather than class methods:
class FooMigration < ActiveRecord::Migration
def up
...
end
end

[Aaron Patterson]

* has_one maintains the association with separate after_create/after_update instead
of a single after_save. [fxn]

Expand Down

0 comments on commit 17c7723

Please sign in to comment.