aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorBrian Cardarella <bcardarella@gmail.com>2012-04-23 21:30:24 -0400
committerBrian Cardarella <bcardarella@gmail.com>2012-04-23 21:30:24 -0400
commit3a749a9bd1bf5007c6c7a5e74332865d6b465ed7 (patch)
tree4dd4bd3c8c47b7470038fff6e5e2d2de51a99346 /activemodel/CHANGELOG.md
parentd32cbee2b302890942e5313bbffc5948a6f7370d (diff)
downloadrails-3a749a9bd1bf5007c6c7a5e74332865d6b465ed7.tar.gz
rails-3a749a9bd1bf5007c6c7a5e74332865d6b465ed7.tar.bz2
rails-3a749a9bd1bf5007c6c7a5e74332865d6b465ed7.zip
Reordered changelog entry
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 1c43a94a4c..789cff0673 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -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) ##