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
7029a5aaa8
commit
a5158939de
1 changed files with 5 additions and 2 deletions
|
@ -3,10 +3,13 @@
|
||||||
* enhancements
|
* enhancements
|
||||||
* The Simple Form templates follow the same change from 3.3.0 by using `Log in` and adding
|
* The Simple Form templates follow the same change from 3.3.0 by using `Log in` and adding
|
||||||
a hint about the minimum password length when `validatable` is enabled (by @aried3r)
|
a hint about the minimum password length when `validatable` is enabled (by @aried3r)
|
||||||
|
* Remove reloading of routes when eager loading is enabled. This change was added during Rails 3 and it doesn't seem to be relevant to currently supported Rails versions (by @fgro)
|
||||||
|
|
||||||
* bug fixes
|
* bug fix
|
||||||
* Fixed a regression where the devise generator would fail with a `ConnectionNotEstablished`
|
* Fixed a regression where the devise generator would fail with a `ConnectionNotEstablished`
|
||||||
exception when executed inside a mountable engine.
|
exception when executed inside a mountable engine
|
||||||
|
* Ensure to return symbols in find_scope! fixing a previous regression from 3.3.0 (by @micat)
|
||||||
|
* Ensure all causes of failed login have the same error message (by @pjungwir)
|
||||||
|
|
||||||
### 3.3.0
|
### 3.3.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue