Remove CHANGELOG entry for the update_attribute removal.

We reverted the removal because the new deprecation policy
This commit is contained in:
Rafael Mendonça França 2012-08-26 01:18:37 -03:00
parent cffaca491f
commit e6e5898b5a

@ -277,12 +277,6 @@
* Add uuid datatype support to PostgreSQL adapter. *Konstantin Shabanov*
* `update_attribute` has been removed. Use `update_columns` if
you want to bypass mass-assignment protection, validations, callbacks,
and touching of updated_at. Otherwise please use `update_attributes`.
*Steve Klabnik*
* Added `ActiveRecord::Migration.check_pending!` that raises an error if
migrations are pending. *Richard Schneeman*