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

Commit fb3b2f6

Browse files
committed
Merge branch 'hotfix/558-missing-import' into release-3.0.0
Close #558
2 parents 5f280f2 + 8f601d8 commit fb3b2f6

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0alpha8 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#558](https://github.com/zendframework/zend-expressive/pull/558) adds a
26+
missing import statement for the PSR-7 `StreamInterface` to the
27+
`StreamFactoryFactory`.
28+
529
## 3.0.0alpha7 - 2018-02-14
630

731
### Added

src/Container/StreamFactoryFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
namespace Zend\Expressive\Container;
1111

1212
use Psr\Container\ContainerInterface;
13+
use Psr\Http\Message\StreamInterface;
1314
use Zend\Diactoros\Stream;
1415

1516
/**

0 commit comments

Comments
 (0)