Merge pull request #2288 from cintamani/patch-1

Change the fetch method to deal with recyclable key cache strategy
This commit is contained in:
cintamani
2019-02-08 12:14:03 +00:00
committed by GitHub
4 changed files with 69 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ Breaking changes:
Features:
Fixes:
- [#2288](https://github.com/rails-api/active_model_serializers/pull/2288). Fixes #2287. (@cintamani)
- [#2307](https://github.com/rails-api/active_model_serializers/pull/2307) Falsey attribute values should not be reevaluated.