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

Commit ac776c1

Browse files
committed
Adds CHANGELOG entry for #32 to new 0.6.3 section
1 parent 6787c4b commit ac776c1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions prior to 0.4.0 were released as the package "weierophinney/hal".
66

7+
## 0.6.3 - 2018-03-12
8+
9+
### Added
10+
11+
- Nothing.
12+
13+
### Changed
14+
15+
- [#32](https://github.com/zendframework/zend-expressive-hal/pull/32) modifies
16+
`HalResponseFactoryFactory` to test if a `ResponseInterface` service instance
17+
is `callable` before returning it; if it is, it calls it first. This allows
18+
the `ResponseInterface` service to return a response _factory_ instead of an
19+
instance.
20+
21+
### Deprecated
22+
23+
- Nothing.
24+
25+
### Removed
26+
27+
- Nothing.
28+
29+
### Fixed
30+
31+
- Nothing.
32+
733
## 0.6.2 - 2018-01-03
834

935
### Added

0 commit comments

Comments
 (0)