From 2109fd58040b79c272d7d6ef10a7b56d313dec57 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 14 Jun 2012 23:26:06 +0200 Subject: registers the deprecation of update_attribute in the CHANGELOG --- activerecord/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index aa6634517e..885e5b712e 100644 --- a/activerecord/CHANGELOG.md +++ b/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 -- cgit v1.2.3