Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit cc8dd1e

Browse files
committed
Merge branch 'hotfix/38'
Close #38
2 parents 2b3d5f2 + a51563f commit cc8dd1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,15 +448,15 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
448448

449449
### Added
450450

451-
- [#1](https://github.com/weierophinney/pull/1) adds a `Hal\Renderer`
451+
- [#1](https://github.com/weierophinney/hal/pull/1) adds a `Hal\Renderer`
452452
subcomponent with the following:
453453
- `Renderer` interface
454454
- `JsonRenderer`, for creating JSON representations of `HalResource` instances.
455455
- `XmlRenderer`, for creating XML representations of `HalResource` instances.
456456

457457
### Changed
458458

459-
- [#1](https://github.com/weierophinney/pull/1) changes `Hal\HalResponseFactory`
459+
- [#1](https://github.com/weierophinney/hal/pull/1) changes `Hal\HalResponseFactory`
460460
to compose a `JsonRenderer` and `XmlRenderer`, instead of composing
461461
`$jsonFlags` and creating representations itself.
462462

@@ -475,7 +475,7 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
475475
) {
476476
```
477477

478-
- [#1](https://github.com/weierophinney/pull/1) changes `Hal\HalResponseFactoryFactory`
478+
- [#1](https://github.com/weierophinney/hal/pull/1) changes `Hal\HalResponseFactoryFactory`
479479
to comply with the new constructor signature of `Hal\HalResponseFactory`. It
480480
also updates to check for `Psr\Http\Message\ResponseInterface` and
481481
`Psr\Http\Message\StreamInterface` services before attempting to use

0 commit comments

Comments
 (0)