Fix fragment caching inherited serializers to use distinct per-serializer caches.

This commit is contained in:
Logan Serman
2016-03-25 16:24:43 -05:00
parent 5af7d96294
commit d0389ca765
3 changed files with 24 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ Features:
- [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta. (@beauby)
Fixes:
- [#1622](https://github.com/rails-api/active_model_serializers/pull/1622) Fix fragment caching inherited serializers to use distinct per-serializer caches. (@lserman)
- [#1478](https://github.com/rails-api/active_model_serializers/pull/1478) Cache store will now be correctly set when serializers are
loaded *before* Rails initializes. (@bf4)
- [#1570](https://github.com/rails-api/active_model_serializers/pull/1570) Fixed pagination issue with last page size. (@bmorrall)