1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update CHANGELOG.

This commit is contained in:
Lucas Mazza 2016-02-15 10:19:08 -02:00
parent c228227bc1
commit a9b94f5eb9

View file

@ -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