This repository was archived by the owner on Aug 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release..
44
5- ## TBD - TBD
5+ ## 0.6.0 - 2014-10.17
6+
7+ Updated component to psr/http-message 0.4.0. That release contains a number of backwards-incompatible changes.
68
79### Added
810
9- - Nothing.
11+ - Added IncomingRequestFactory::setHeaders() for simplifying setting
12+ (overwriting) many headers at once from an array.
13+ - Updated MessageTrait::addHeader() to allow array values
14+ - Modified IncomingRequest to ` s/PathParams/Attributes/g `
1015
1116### Deprecated
1217
13- - Nothing.
18+ - IncomingRequest now only allows arrays for either input or return values; Array-like objects are no longer accepted.
19+ - Removed ability to pass objects to MessageTrait::addHeader()/setHeader()
20+ - Removed setHeaders()/addHeaders() from MessageTrait
21+ - Modified IncomingRequest to ` s/PathParams/Attributes/g `
1422
1523### Removed
1624
17- - Nothing.
25+ - Removed ability to pass objects to MessageTrait::addHeader()/setHeader()
26+ - Removed setHeaders()/addHeaders() from MessageTrait
27+ - Modified IncomingRequest to ` s/PathParams/Attributes/g `
1828
1929### Fixed
2030
You can’t perform that action at this time.
0 commit comments