aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cardarella <bcardarella@gmail.com>2012-04-23 21:04:10 -0400
committerBrian Cardarella <bcardarella@gmail.com>2012-04-23 21:04:10 -0400
commitd32cbee2b302890942e5313bbffc5948a6f7370d (patch)
treed015fb7b4d2da1adaa93da455a87f9739e3ca833
parentfcc534ed76a7ef50bf7887378ce6c68d5ace336c (diff)
downloadrails-d32cbee2b302890942e5313bbffc5948a6f7370d.tar.gz
rails-d32cbee2b302890942e5313bbffc5948a6f7370d.tar.bz2
rails-d32cbee2b302890942e5313bbffc5948a6f7370d.zip
Updated CHANGELOG
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index c6d8eae46c..1c43a94a4c 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -6,6 +6,8 @@
* 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) ##