Add changelog for #5429

[ci skip]
This commit is contained in:
Carlos Antonio da Silva
2023-03-01 22:20:36 -03:00
parent 60c5774ff4
commit c7a719a979

View File

@@ -1,5 +1,8 @@
### Unreleased
* enhancements
* Allow resource class scopes to override the global configuration for `sign_in_after_reset_password` behaviour. [#5429](https://github.com/heartcombo/devise/pull/5429) [@mattr](https://github.com/mattr)
* bug fixes
* Fix frozen string exception in validatable. [#5563](https://github.com/heartcombo/devise/pull/5563) [#5465](https://github.com/heartcombo/devise/pull/5465) [@mameier](https://github.com/mameier)