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

Commit 2a703ff

Browse files
committed
Adds CHANGELOG entry for #19
Also fixes a few other entries.
1 parent a3e620b commit 2a703ff

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## 1.0.0alpha4 - 2018-02-27
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- [#19](https://github.com/zendframework/zend-expressive-authentication/pull/19)
22+
removes `Zend\Expressive\Authentication\ResponsePrototypeTrait`; the approach
23+
was flawed, and the various adapters will be updated to compose response
24+
factories instead of instances.
25+
26+
### Fixed
27+
28+
- Nothing.
29+
530
## 1.0.0alpha3 - 2018-02-24
631

732
### Added
@@ -23,7 +48,7 @@ All notable changes to this project will be documented in this file, in reverse
2348
### Fixed
2449

2550
- [#18](https://github.com/zendframework/zend-expressive-authentication/pull/18)
26-
uses the ResponseInterface as a factory. This was recently changed in
51+
uses the `ResponseInterface` as a factory. This was recently changed in
2752
[zend-expressive#561](https://github.com/zendframework/zend-expressive/pull/561).
2853

2954
## 1.0.0alpha2 - 2018-02-22
@@ -47,7 +72,7 @@ All notable changes to this project will be documented in this file, in reverse
4772
### Fixed
4873

4974
- [#17](https://github.com/zendframework/zend-expressive-authentication/pull/17)
50-
adds the missing config provider component-installer config.
75+
adds the missing config-provider zend-component-installer config.
5176

5277

5378
## 1.0.0alpha1 - 2018-02-07

0 commit comments

Comments
 (0)