aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-01-07 07:59:24 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-01-07 07:59:44 -0200
commit3a33e8ea85f025d5ba575318583d1038889a2ba1 (patch)
treebfeec6dadd2c8d267711f452f9131a5e96935dbb /activemodel/CHANGELOG.md
parent017b0fb08a221fe6b1bb73946c3e365daf80bb39 (diff)
downloadrails-3a33e8ea85f025d5ba575318583d1038889a2ba1.tar.gz
rails-3a33e8ea85f025d5ba575318583d1038889a2ba1.tar.bz2
rails-3a33e8ea85f025d5ba575318583d1038889a2ba1.zip
Use a better method name to check the requirement of password confirmation
Also improve changelog entries related to secure password to proper highlight.
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 42cf58a870..09fdd84844 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -19,8 +19,8 @@
*Bogdan Gusiev*
-* Fix has_secure_password. `password_confirmation` validations are triggered
- even if no `password_confirmation` is set.
+* Fix `has_secure_password` not to trigger `password_confirmation` validations
+ if no `password_confirmation` is set.
*Vladimir Kiselev*
@@ -33,7 +33,7 @@
*Charles Bergeron*
-* Fix regression in has_secure_password. When a password is set, but a
+* Fix regression in `has_secure_password`. When a password is set, but a
confirmation is an empty string, it would incorrectly save.
*Steve Klabnik* and *Phillip Calvin*