Remove CHANGELOG entry for ActiveModel::Errors#add_on_present

This commit is contained in:
Rafael Mendonça França 2012-12-21 17:10:41 -03:00
parent ac6941fb71
commit bda1937f28
1 changed files with 0 additions and 5 deletions

View File

@ -19,11 +19,6 @@
*Roberto Vasquez Angel*
* Added `ActiveModel::Errors#add_on_present` method. Adds error messages to
present attributes.
*Roberto Vasquez Angel*
* `[attribute]_changed?` now returns `false` after a call to `reset_[attribute]!`
*Renato Mascarenhas*