Skip to content

Commit

Permalink
registers the deprecation of update_attribute in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jun 14, 2012
1 parent 63bcfbb commit 2109fd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,3 +1,11 @@
## Rails 3.2.7 (unreleased) ##

* `update_attribute` has been deprecated. Use `update_column` if
you want to bypass mass-assignment protection, validations, callbacks,
and touching of updated_at. Otherwise please use `update_attributes`.

*Steve Klabnik*

## Rails 3.2.6 (Jun 12, 2012) ##

* protect against the nesting of hashes changing the
Expand Down

0 comments on commit 2109fd5

Please sign in to comment.