add pagination feature to changelog file

This commit is contained in:
Bruno Bacarini 2015-08-08 17:30:48 -03:00
parent acb6545c50
commit 36c452e60b

View File

@ -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]
* adds FlattenJSON as default adapter [@joaomdmoura]
* adds support for `pagination links` at top level of JsonApi adapter [@bacarini]