Skip to content

Commit a38f845

Browse files
committed
docs: adds CHANGELOG entry for #46
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 0278d1c commit a38f845

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

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

77
### Added
88

9-
- Nothing.
9+
- [#46](https://github.com/laminas/laminas-diactoros/pull/46) adds the class `Laminas\Diactoros\Exception\RuntimeException`.
10+
11+
- [#46](https://github.com/laminas/laminas-diactoros/pull/46) adds support for PHP 8.
1012

1113
### Changed
1214

13-
- Nothing.
15+
- [#46](https://github.com/laminas/laminas-diactoros/pull/46) changes the exception thrown by `Laminas\Diactoros\Stream::setStream()` when an error occurs opening a stream resource. Previously, it would throw a `Laminas\Diactoros\Exception\InvalidArgumentException`; it now throws `Laminas\Diactoros\Exception\RuntimeException`. This was done to comply with PSR-7 integration test suites, which test behavior of PSR-7 implementations against the specification.
1416

1517
### Deprecated
1618

1719
- Nothing.
1820

1921
### Removed
2022

21-
- Nothing.
23+
- [#46](https://github.com/laminas/laminas-diactoros/pull/46) removes support for PHP versions prior to 7.3.
2224

2325
### Fixed
2426

0 commit comments

Comments
 (0)