Reordered changelog entry

This commit is contained in:
Brian Cardarella 2012-04-23 21:30:24 -04:00
parent d32cbee2b3
commit 3a749a9bd1
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
## Rails 4.0.0 (unreleased) ##
* `ConfirmationValidator` error messages will attach to `:#{attribute}_confirmation` instead of `attribute` *Brian Cardarella*
* Added ActiveModel::Model, a mixin to make Ruby objects work with AP out of box *Guillermo Iguaran*
* `AM::Errors#to_json`: support `:full_messages` parameter *Bogdan Gusiev*
* Trim down Active Model API by removing `valid?` and `errors.full_messages` *José Valim*
* `ConfirmationValidator` error messages will attach to `:#{attribute}_confirmation` instead of `attribute` *Brian Cardarella*
## Rails 3.2.2 (March 1, 2012) ##