Skip to content

Commit

Permalink
updates AR's CHANGELOG with changes in 9e64dfa and ad343d7
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jan 16, 2011
1 parent bbcdc86 commit 15e7134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions activerecord/CHANGELOG
@@ -1,5 +1,9 @@
*Rails 3.1.0 (unreleased)*

* Migration files generated from model and constructive migration generators
(for example, add_name_to_users) use the reversible migration's `change`
method instead of the ordinary `up` and `down` methods. [Prem Sichanugrist]

* Removed support for interpolated SQL conditions. Please use scoping
along with attribute conditionals as a replacement.

Expand Down

0 comments on commit 15e7134

Please sign in to comment.