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

Commit 7d5910f

Browse files
committed
Merge branch 'hotfix/38' into develop
Forward port #38
2 parents 7e0cd2c + a51563f commit 7d5910f

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
@@ -470,15 +470,15 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
470470

471471
### Added
472472

473-
- [#1](https://github.com/weierophinney/pull/1) adds a `Hal\Renderer`
473+
- [#1](https://github.com/weierophinney/hal/pull/1) adds a `Hal\Renderer`
474474
subcomponent with the following:
475475
- `Renderer` interface
476476
- `JsonRenderer`, for creating JSON representations of `HalResource` instances.
477477
- `XmlRenderer`, for creating XML representations of `HalResource` instances.
478478

479479
### Changed
480480

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

@@ -497,7 +497,7 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
497497
) {
498498
```
499499

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

0 commit comments

Comments
 (0)