1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Minor correction on changelog

This commit is contained in:
Rodrigo Flores 2012-07-23 10:39:39 -03:00
parent a23247d431
commit 8bc1096099

View file

@ -1,5 +1,5 @@
* enhancement
* default minimum password length is now 8 (by @carlosgaldino).
* Default minimum password length is now 8 (by @carlosgaldino).
* Confirmable now has a confirm_within option to set a period when the confirmation token is still valid (by @promisedlandt)
* bug fix