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

Commit 6d50e3e

Browse files
committed
Adds CHANGELOG entry for #290
1 parent b4048b0 commit 6d50e3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ All notable changes to this project will be documented in this file, in reverse
2626

2727
### Fixed
2828

29-
- Nothing.
29+
- [#290](https://github.com/zendframework/zend-diactoros/pull/290) fixes
30+
`Stream::getSize()` such that it checks that the result of `fstat` was
31+
succesful before attempting to return its `size` member; in the case of an
32+
error, it now returns `null`.
3033

3134
## 1.7.0 - 2018-01-04
3235

0 commit comments

Comments
 (0)