docs/jsonapi/schema.md in active_model_serializers-0.10.0 vs docs/jsonapi/schema.md in active_model_serializers-0.10.1

- old
+ new

@@ -26,10 +26,10 @@ - GET /articles/1 - GET /articles/1/author - Relationships - GET /articles/1/relationships/comments - GET /articles/1/relationships/author -- Optional: [Inclusion of related resources](http://jsonapi.org/format/#fetching-includes) `ActiveModel::Serializer::IncludeTree` +- Optional: [Inclusion of related resources](http://jsonapi.org/format/#fetching-includes) `JSONAPI::IncludeDirective` - GET /articles/1?`include`=comments - GET /articles/1?`include`=comments.author - GET /articles/1?`include`=author,comments.author - GET /articles/1/relationships/comments?`include`=comments.author - Optional: [Sparse Fieldsets](http://jsonapi.org/format/#fetching-sparse-fieldsets) `ActiveModel::Serializer::Fieldset`