Skip to content

Commit d8b0bba

Browse files
committed
[Docs] Update changelog
1 parent 68004f9 commit d8b0bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ All notable changes to this project will be documented in this file. This projec
1515
- [#41](https://github.com/laravel-json-api/laravel/issues/41) Hash IDs are now supported by installing the
1616
`laravel-json-api/hashids` package and using the `HashId` field instead of the standard Eloquent `ID` field. Refer to
1717
documentation for details.
18+
- [#30](https://github.com/laravel-json-api/laravel/issues/30) Non-Eloquent resources are no supported via the
19+
`laravel-json-api/non-eloquent` package. Refer to documentation for implementation details.
1820
- There is now a `Core\Reponses\RelatedResponse` class for returning the result for a related resources endpoint. For
1921
example, the `/api/v1/posts/1/comments` endpoint. Previously the `DataResponse` class was used. While this class can
2022
still be used, the new `RelatedResponse` class merges relationship meta into the top-level `meta` member of the

0 commit comments

Comments
 (0)