Update changelog

This commit is contained in:
Alex Zherdev 2019-10-17 10:43:47 -07:00
parent 1c028785eb
commit 7e1c9fcf64

View File

@ -6,6 +6,8 @@ Breaking changes:
Features:
- [#2361](https://github.com/rails-api/active_model_serializers/pull/2361) Add `ActiveModelSerializers.config.use_sha1_digests` to allow customization of the hashing algorithm used for serializer caching (@alexzherdev)
Fixes:
- [#2344](https://github.com/rails-api/active_model_serializers/pull/2344) Fixes #2341 introduced since #2223 (@wasifhossain)