From 527c2aed98a9b8687726b691620334f4c4e0bb9e Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Tue, 9 Feb 2016 22:37:56 -0600 Subject: [PATCH] Update changelog [ci skip] For https://github.com/rails-api/active_model_serializers/pull/1458 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8b567df..f1d255176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ Features: relationship-level links and meta attributes. (@beauby) - [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta. (@beauby) Fixes: +- [#1458](https://github.com/rails-api/active_model_serializers/pull/1458) Preserve the serializer + type when fragment caching. (@bdmac) - [#1477](https://github.com/rails-api/active_model_serializers/pull/1477) Fix `fragment_cached?` - method to check if caching (@bdmac) + method to check if caching. (@bdmac) - [#1501](https://github.com/rails-api/active_model_serializers/pull/1501) Adds tests for SerializableResource::use_adapter?,doc typos (@domitian) - [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00) Misc: