1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added changelog for #15708 [ci skip]

This commit is contained in:
Godfrey Chan 2014-06-14 00:32:31 -07:00
parent 6fa7726f07
commit c416bb8729

View file

@ -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.