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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,34 @@
2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
-
## 2.1.6 - TBD
5
+
## 2.2.0 - 2019-11-12
6
6
7
7
### Added
8
8
9
+
-[#376](https://github.com/zendframework/zend-diactoros/pull/376) adds support for using the X-Forwarded-Host header for determining the originally requested host name when marshaling the server request.
10
+
11
+
### Changed
12
+
13
+
-[#378](https://github.com/zendframework/zend-diactoros/pull/378) updates the `UploadedFile` class to extend `SplFileInfo`, allowing developers to make use of those features in their applications.
14
+
15
+
### Deprecated
16
+
17
+
- Nothing.
18
+
19
+
### Removed
20
+
21
+
- Nothing.
22
+
23
+
### Fixed
24
+
9
25
- Nothing.
10
26
27
+
## 2.2.0 - 2019-11-08
28
+
29
+
### Added
30
+
31
+
-[#377](https://github.com/zendframework/zend-diactoros/issues/377) enables UploadedFile to stand in and be used as an SplFileInfo object.
32
+
11
33
### Changed
12
34
13
35
- Nothing.
@@ -619,7 +641,7 @@ All notable changes to this project will be documented in this file, in reverse
0 commit comments