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

Commit 25c6c03

Browse files
committed
Adds CHANGELOG entries for #5
1 parent 1f04d88 commit 25c6c03

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.0.0alpha1 - 2018-02-27
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#5](https://github.com/zendframework/zend-expressive-authentication-basic/pull/5)
14+
changes the constructor of the `Zend\Expressive\Authentication\Basic\BasicAccess`
15+
class to accept a callable `$responseFactory` instead of a
16+
`Psr\Http\Message\ResponseInterface` response prototype. The
17+
`$responseFactory` should produce a `ResponseInterface` implementation when
18+
invoked.
19+
20+
- [#5](https://github.com/zendframework/zend-expressive-authentication-basic/pull/5)
21+
updates the `BasicAccessFactory` to no longer use
22+
`Zend\Expressive\Authentication\ResponsePrototypeTrait`, and instead always
23+
depend on the `Psr\Http\Message\ResponseInterface` service to correctly return
24+
a PHP callable capable of producing a `ResponseInterface` instance.
25+
26+
### Deprecated
27+
28+
- Nothing.
29+
30+
### Removed
31+
32+
- Nothing.
33+
34+
### Fixed
35+
36+
- Nothing.
37+
538
## 0.2.0 - 2018-02-26
639

740
### Added

0 commit comments

Comments
 (0)