Add changelog about moving to GitHub Actions

This commit is contained in:
Carlos Antonio da Silva
2021-02-01 11:44:42 -03:00
parent 3048fe0960
commit 210c62af38

View File

@@ -1,5 +1,8 @@
### unreleased
* enhancements
* Move CI to GitHub Actions.
* deprecations
* `Devise::Models::Authenticatable::BLACKLIST_FOR_SERIALIZATION` is deprecated in favor of `Devise::Models::Authenticatable::UNSAFE_ATTRIBUTES_FOR_SERIALIZATION` (@hanachin)