mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix http://@ from CHANGELOG
This commit is contained in:
parent
18dc82c6b6
commit
a8de38d0b0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
== 2.0.0.rc2
|
||||
|
||||
Notes: https://@plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
|
||||
Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
|
||||
|
||||
* bug fix
|
||||
* Fix incorrect message for locked account (by @jigyasa)
|
||||
|
@ -128,7 +128,7 @@ Notes: https://@plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
|
|||
* Wrap :action constraints in the proper hash
|
||||
|
||||
* deprecations
|
||||
* Loosened the used email regexp to simply assert the existent of "@". If someone relies on a more strict regexp, they may use https://@SixArm/sixarm_ruby_email_address_validation
|
||||
* Loosened the used email regexp to simply assert the existent of "@". If someone relies on a more strict regexp, they may use https://github.com/SixArm/sixarm_ruby_email_address_validation
|
||||
|
||||
== 1.4.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue