8000 Prepare v0.5.9 release · reactphp/http-client@f8e81a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8e81a0

Browse files
committed
Prepare v0.5.9 release
1 parent 2e6ed6d commit f8e81a0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.5.9 (2018-04-10)
4+
5+
* Feature: Support legacy HTTP servers that use only `LF` instead of `CRLF`.
6+
(#130 by @clue)
7+
8+
* Improve test suite by applying maximum test timeouts for integration tests.
9+
(#131 by @clue)
10+
311
## 0.5.8 (2018-02-09)
412

513
* Support legacy PHP 5.3 through PHP 7.2 and HHVM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The recommended way to install this library is [through Composer](https://getcom
164164
This will install the latest supported version:
165165

166166
```bash
167-
$ composer require react/http-client:^0.5.8
167+
$ composer require react/http-client:^0.5.9
168168
```
169169

170170
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)
0