Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 34d5380

Browse files
committed
[0.6.0] Updated changelog
1 parent c3eb986 commit 34d5380

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,29 @@
22

33
All 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

0 commit comments

Comments
 (0)