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
a93edc72fd
commit
05d8d81ff4
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
|||
### Unreleased
|
||||
|
||||
* enhancements
|
||||
* Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
|
||||
* Passing `now: true` to the `set_flash_message` helper now sets the message into
|
||||
the `flash.now` Hash. (by @hbriggs)
|
||||
* bugfixes
|
||||
* Fixed an regression with translation of flash messages for when the `authentication_keys`
|
||||
config is a Hash. (by @lucasmazza)
|
||||
|
||||
### 3.4.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue