Skip to content

Commit 4ff7400

Browse files
committed
2.5.0 readiness
Updates the CHANGELOG.md to set the release date.
1 parent 84fe3da commit 4ff7400

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.5.0 - TBD
5+
## 2.5.0 - 2020-11-18
66

77
### Added
88

@@ -14,17 +14,30 @@ All notable changes to this project will be documented in this file, in reverse
1414

1515
- [#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.
1616

17-
### Deprecated
18-
19-
- Nothing.
20-
2117
### Removed
2218

2319
- [#46](https://github.com/laminas/laminas-diactoros/pull/46) removes support for PHP versions prior to 7.3.
2420

25-
### Fixed
2621

27-
- Nothing.
22+
-----
23+
24+
### Release Notes for [2.5.0](https://github.com/laminas/laminas-diactoros/milestone/5)
25+
26+
Feature release (minor)
27+
28+
### 2.5.0
29+
30+
- Total issues resolved: **0**
31+
- Total pull requests resolved: **2**
32+
- Total contributors: **2**
33+
34+
#### Documentation,Enhancement,hacktoberfest-accepted
35+
36+
- [56: Update documentation example about ServerRequestFactory::fromGlobals().](https://github.com/laminas/laminas-diactoros/pull/56) thanks to @maurobonfietti
37+
38+
#### Enhancement
39+
40+
- [46: Allow installation on PHP 8.](https://github.com/laminas/laminas-diactoros/pull/46) thanks to @ADmad
2841

2942
## 2.4.1 - 2020-09-03
3043

0 commit comments

Comments
 (0)