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
c228227bc1
commit
a9b94f5eb9
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
### Unreleased
|
||||
|
||||
* enhancements
|
||||
* Introduced `DeviseController#set_flash_message!` for conditional flash messages setting to reduce complexity.
|
||||
* Introduced `DeviseController#set_flash_message!` for conditional flash
|
||||
messages setting to reduce complexity.
|
||||
* `rails g devise:install` will fail if the app does not have a ORM configured
|
||||
(by @arjunsharma)
|
||||
|
||||
### 4.0.0.rc1 - 2016-01-02
|
||||
|
||||
|
|
Loading…
Reference in a new issue