From f278b067891b3a3e3462e92ada72e8dc5f24797b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 14 Jun 2012 11:42:01 +0200 Subject: [PATCH] removes item in the Active Record CHANGELOG That change to update_attribute was considered to be too subtle and was reverted in 30ea923 just before Rails 3 shipped. Later we introduced update_column (Rails 3.1). --- activerecord/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 9daae27b36..b7c2788db4 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1214,8 +1214,6 @@ ## Rails 3.0.0 (August 29, 2010) ## -* Changed update_attribute to not run callbacks and update the record directly in the database *Neeraj Singh* - * Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope *José Valim* * New rake task, db:migrate:status, displays status of migrations #4947 *Kevin Skoglund*