mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
📝 Update the CHANGELOG
This commit is contained in:
parent
357ce9c3b5
commit
0c1a14e8f2
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
* Remove code supporting old session serialization format (by @fphilipe).
|
* features
|
||||||
|
* Humanize authentication keys in failure flash message (by @byzg)
|
||||||
|
When you are configuring the translations of `devise.failure.invalid`, the
|
||||||
|
`authentication_keys` is translated now.
|
||||||
|
* deprecations
|
||||||
|
* Remove code supporting old session serialization format (by @fphilipe).
|
||||||
|
* Now the `email_regexp` default uses a more permissive regex:
|
||||||
|
`/\A[^@\s]+@[^@\s]+\z/` (by @kimgb)
|
||||||
|
|
||||||
### 4.0.1 - 2016-04-25
|
### 4.0.1 - 2016-04-25
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue