Add test coverage and changelog

This commit is contained in:
cintamani
2018-10-01 14:37:09 +01:00
parent be5fbf3d54
commit 7f751fc1f7
2 changed files with 19 additions and 0 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.