diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f1e822..b70c2e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,5 @@ * adds cache support to attributes and associations [@joaomdmoura] * uses model name to determine the type [@lsylvester] * remove root key option and split JSON adapter [@joaomdmoura] - * adds FlattenJSON as default adapter [@joaomdmoura] \ No newline at end of file + * adds FlattenJSON as default adapter [@joaomdmoura] + * adds support for `pagination links` at top level of JsonApi adapter [@bacarini]