mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG.md [ci skip]
This commit is contained in:
parent
1aab449933
commit
a42033cb04
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
* `#after_database_authentication` callback was not called after authentication on password reset (by @kanmaniselvan)
|
* `#after_database_authentication` callback was not called after authentication on password reset (by @kanmaniselvan)
|
||||||
* Fix corner case when `#confirmation_period_valid?` was called at the same second as `confirmation_sent_at` was set. Mostly true for date types that only have second precisions. (by @stanhu)
|
* Fix corner case when `#confirmation_period_valid?` was called at the same second as `confirmation_sent_at` was set. Mostly true for date types that only have second precisions. (by @stanhu)
|
||||||
* Fix unclosed `li` tag in `error_messages` partial (by @mracos)
|
* Fix unclosed `li` tag in `error_messages` partial (by @mracos)
|
||||||
|
* Fix Routes issue when devise engine is mounted in another engine on Rails versions lower than 5.1 (by @a-barbieri)
|
||||||
|
|
||||||
* deprecations
|
* deprecations
|
||||||
* The second argument of `DatabaseAuthenticatable`'s `#update_with_password` and `#update_without_password` is deprecated and will be removed in the next major version. It was added to support a feature deprecated in Rails 4, so you can safely remove it from your code. (by @ihatov08)
|
* The second argument of `DatabaseAuthenticatable`'s `#update_with_password` and `#update_without_password` is deprecated and will be removed in the next major version. It was added to support a feature deprecated in Rails 4, so you can safely remove it from your code. (by @ihatov08)
|
||||||
|
|
Loading…
Add table
Reference in a new issue