Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo authored Jan 11, 2019
1 parent 855332b commit 70ee766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ N.B. This is a breaking change if you catch `DocumentNotFoundException` or `Docu
* Removed obsolete `ItemDocumentSerializer` in favor of `JsonSerializable`.
N.B. This is a breaking change if you use this class directly, construct the `DocumentClient` yourself or have overwritten `\Swis\JsonApi\Client\Providers\ServiceProvider::registerClients`. The `ItemDocument` can now be serialized using `json_encode`.
* Removed obsolete `DocumentNotFoundException` and `DocumentTypeException`. [#41](https://github.com/swisnl/json-api-client/pull/41)
N.B. This is a breaking change if you catch these exceptions. [#42](https://github.com/swisnl/json-api-client/pull/42)
N.B. This is a breaking change if you catch these exceptions.

### Fixed

* Do not fail on, but skip relationships without data [#38](https://github.com/swisnl/json-api-client/pull/38)
* Dissociating a related item now produces valid JSON
* Dissociating a related item now produces valid JSON [#42](https://github.com/swisnl/json-api-client/pull/42)

## [0.11.0] - 2018-12-21

Expand Down

0 comments on commit 70ee766

Please sign in to comment.