Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit de8c400

Browse files
committed
Added CHANGELOG for #124
1 parent 01c123e commit de8c400

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#124](https://github.com/zendframework/zend-diactoros/pull/124) adds four
10+
more optional arguments to the `ServerRequest` constructor:
11+
- `array $cookies`
12+
- `array $queryParams`
13+
- `null|array|object $parsedBody`
14+
- `string $protocolVersion`
15+
`ServerRequestFactory` was updated to pass values for each of these parameters
16+
when creating an instance, instead of using the related `with*()` methods on
17+
an instance.
1018

1119
### Deprecated
1220

0 commit comments

Comments
 (0)