Skip to content

Commit 318ca68

Browse files
authored
Update CHANGELOG.md
1 parent 288e514 commit 318ca68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414

1515
* Add headers to request methods in `DocumentClientInterface`.
1616
N.B. This is a breaking change if you implement the interface yourself or extend the `DocumentClient`. [#34](https://github.com/swisnl/json-api-client/pull/34)
17-
* `Repository` doesn't throw exceptions anymore.
17+
* `Repository` doesn't throw exceptions anymore. [#41](https://github.com/swisnl/json-api-client/pull/41)
1818
N.B. This is a breaking change if you catch `DocumentNotFoundException` or `DocumentTypeException`. If you would like the old behaviour, you can simply extend the `Repository` and implement it yourself.
1919

2020
### Removed
2121

2222
* Removed obsolete `ItemDocumentSerializer` in favor of `JsonSerializable`.
2323
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 its `jsonSerialize` method.
24-
* Removed obsolete `DocumentNotFoundException` and `DocumentTypeException`.
24+
* Removed obsolete `DocumentNotFoundException` and `DocumentTypeException`. [#41](https://github.com/swisnl/json-api-client/pull/41)
2525
N.B. This is a breaking change if you catch these exceptions.
2626

2727
### Fixed

0 commit comments

Comments
 (0)