aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-06-14 00:32:31 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-06-14 00:32:31 -0700
commitc416bb87294b05225c5cb4872fd30a067277fd58 (patch)
tree138bbb1879fbe5d62decaca1a4a6ab03ddb60e22 /activemodel
parent6fa7726f07652fb99ac98325e880702a0833808c (diff)
downloadrails-c416bb87294b05225c5cb4872fd30a067277fd58.tar.gz
rails-c416bb87294b05225c5cb4872fd30a067277fd58.tar.bz2
rails-c416bb87294b05225c5cb4872fd30a067277fd58.zip
Added changelog for #15708 [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 29cd4cf934..4d9186017f 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,10 @@
+* `has_secure_password` now verifies that the given password is less than 72
+ characters if validations are enabled.
+
+ Fixes #14591.
+
+ *Akshay Vishnoi*
+
* Remove deprecated `Validator#setup` without replacement.
See #10716.