Skip to content

Commit 5553756

Browse files
committed
3.4.0 readiness
Updates the CHANGELOG.md to set the release date.
1 parent fec389b commit 5553756

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,32 @@ Versions prior to 1.0 were originally released as `phly/conduit`; please visit
66
its [CHANGELOG](https://github.com/phly/conduit/blob/master/CHANGELOG.md) for
77
details.
88

9-
## 3.4.0 - TBD
9+
## 3.4.0 - 2021-06-28
1010

11-
### Added
1211

13-
- Nothing.
12+
-----
1413

15-
### Changed
14+
### Release Notes for [3.4.0](https://github.com/laminas/laminas-stratigility/milestone/3)
1615

17-
- Nothing.
16+
### Fixed
17+
18+
- Fixes `Utils::getStatusCode()` to verify that the code returned from a `Throwable` is actually an integer before attempting to see if it falls in the HTTP response status code range. If not, it will return the status from the provided response instance.
1819

19-
### Deprecated
20+
### 3.4.0
2021

21-
- Nothing.
22+
- Total issues resolved: **0**
23+
- Total pull requests resolved: **4**
24+
- Total contributors: **2**
2225

23-
### Removed
26+
#### Enhancement
2427

25-
- Nothing.
28+
- [20: Psalm integration](https://github.com/laminas/laminas-stratigility/pull/20) thanks to @ghostwriter
29+
- [19: Add GitHub CI](https://github.com/laminas/laminas-stratigility/pull/19) thanks to @ghostwriter
30+
- [16: Remove file headers](https://github.com/laminas/laminas-stratigility/pull/16) thanks to @ghostwriter
2631

27-
### Fixed
32+
#### Bug
2833

29-
- Nothing.
34+
- [15: Proposed fix for #14](https://github.com/laminas/laminas-stratigility/pull/15) thanks to @timdev
3035

3136
## 3.3.0 - 2020-10-20
3237

0 commit comments

Comments
 (0)