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

Update CHANGELOG [ci skip]

This commit is contained in:
Lucas Mazza 2016-03-09 11:34:14 -03:00
parent ccda4692b4
commit d0e5a1d252

View file

@ -1,5 +1,7 @@
### Unreleased
### 4.0.0.rc2 - 2016-03-09
* enhancements
* Introduced `DeviseController#set_flash_message!` for conditional flash
messages setting to reduce complexity.