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

Commit 9c9d6f0

Browse files
committed
Adds CHANGELOG entry for #553
1 parent 32b1a0a commit 9c9d6f0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- [#551](https://github.com/zendframework/zend-expressive/pull/551) adds
10-
`Zend\Expressive\Container\StreamFactory`, for producing an empty, writable
11-
PSR-7 `StreamInterface` instance using zend-diactoros. The stream produced is
12-
backed by a `php://temp` stream.
9+
- [#551](https://github.com/zendframework/zend-expressive/pull/551) and
10+
[#553](https://github.com/zendframework/zend-expressive/pull/553) add
11+
`Zend\Expressive\Container\StreamFactoryFactory`, for producing an callable
12+
capable of producing an empty, writable PSR-7 `StreamInterface` instance using
13+
zend-diactoros. The stream produced is backed by a `php://temp` stream.
1314

1415
- [#551](https://github.com/zendframework/zend-expressive/pull/551) adds
1516
the following constants under the `Zend\Expressive` namespace:

0 commit comments

Comments
 (0)