You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,32 @@ Versions prior to 1.0 were originally released as `phly/conduit`; please visit
6
6
its [CHANGELOG](https://github.com/phly/conduit/blob/master/CHANGELOG.md) for
7
7
details.
8
8
9
-
## 3.4.0 - TBD
9
+
## 3.4.0 - 2021-06-28
10
10
11
-
### Added
12
11
13
-
- Nothing.
12
+
-----
14
13
15
-
### Changed
14
+
### Release Notes for [3.4.0](https://github.com/laminas/laminas-stratigility/milestone/3)
16
15
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.
18
19
19
-
### Deprecated
20
+
### 3.4.0
20
21
21
-
- Nothing.
22
+
- Total issues resolved: **0**
23
+
- Total pull requests resolved: **4**
24
+
- Total contributors: **2**
22
25
23
-
###Removed
26
+
#### Enhancement
24
27
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
26
31
27
-
###Fixed
32
+
#### Bug
28
33
29
-
- Nothing.
34
+
-[15: Proposed fix for #14](https://github.com/laminas/laminas-stratigility/pull/15) thanks to @timdev
0 commit comments