Update changelog [ci skip]

This commit is contained in:
Carlos Antonio da Silva
2020-09-20 10:45:10 -03:00
parent 4896a9b41a
commit f12be553cc

View File

@@ -2,6 +2,8 @@
* bug fixes
* Do not modify `:except` option given to `#serializable_hash`. (by @dpep)
* Fix thor deprecation when running the devise generator. (by @deivid-rodriguez)
* Fix hanging tests for streaming controllers using Devise. (by @afn)
* deprecations
* `Devise::Models::Authenticatable::BLACKLIST_FOR_SERIALIZATION` is deprecated in favor of `Devise::Models::Authenticatable::UNSAFE_ATTRIBUTES_FOR_SERIALIZATION` (@hanachin)