Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Jan 12, 2012
1 parent 61c5b4a commit 838d30f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

## Rails 3.2.0 (unreleased) ##

* 'on' and 'ON' boolean columns values are type casted to true
*Santiago Pastorino*

* Added ability to run migrations only for given scope, which allows
to run migrations only from one engine (for example to revert changes
from engine that you want to remove).
Expand Down
2 changes: 2 additions & 0 deletions railties/guides/source/3_2_release_notes.textile
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ h5. Deprecations

h3. Active Record

* 'on' and 'ON' boolean columns values are type casted to true

* Implemented <tt>ActiveRecord::Relation#explain</tt>.

* Implements <tt>AR::Base.silence_auto_explain</tt> which allows the user to selectively disable automatic EXPLAINs within a block.
Expand Down

0 comments on commit 838d30f

Please sign in to comment.