mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
📝 Update CHANGELOG
This commit is contained in:
parent
d1f8884ee6
commit
863b811167
1 changed files with 10 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -13,10 +13,16 @@
|
|||
* enhancements
|
||||
* Display the minimum password length on `registrations/edit` view (by @Yanchek99).
|
||||
* You can disable Devise's routes reloading on boot by through the `reload_routes = false` config.
|
||||
This can reduce the time taken to boot the application but it might trigger some errors
|
||||
if you application (mostly your controllers) requires that Devise mappings be loaded
|
||||
during boot time.
|
||||
(by @sidonath).
|
||||
This can reduce the time taken to boot the application but it might trigger
|
||||
some errors if you application (mostly your controllers) requires that
|
||||
Devise mappings be loaded during boot time (by @sidonath).
|
||||
* deprecations
|
||||
* The option `bypass` of `Devise::Controllers::SignInOut#sign_in` method is
|
||||
deprecated in favor of `Devise::Controllers::SignInOut#bypass_sign_in`
|
||||
method (by @ulissesalmeida).
|
||||
* bug fixes
|
||||
* Fix overwriting the remember_token when a valid one already exists
|
||||
(by @ralinchimev).
|
||||
|
||||
### 4.1.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue