Skip to content

Commit af03e22

Browse files
authored
Prepare for 0.1.5 (#29)
* Prepare for 0.1.5 * typo
1 parent d8dc034 commit af03e22

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.1.5 - 2017-02-14
4+
5+
### Fixed
6+
7+
- Support for non-readable streams. This fix was needed because flaws in Guzzle, Zend and Slims implementations of PSR-7.
8+
9+
## 0.1.4 - 2016-12-31
10+
11+
### Added
12+
13+
- Added support for resetting the builder
14+
315
## 0.1.3 - 2016-12-22
416

517
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^4.8 || ^5.4",
21-
"php-http/message": "^1.0",
21+
"php-http/message": "^1.5",
2222
"zendframework/zend-diactoros": "^1.3.5"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)