Skip to content

Commit f16ab55

Browse files
committed
Prepare v0.5.10 release
1 parent 233c909 commit f16ab55

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.10 (2020-01-14)
4+
5+
* Fix: Avoid unneeded warning when decoding invalid data on PHP 7.4.
6+
(#150 by @clue)
7+
8+
* Add `.gitattributes` to exclude dev files from exports.
9+
(#149 by @reedy)
10+
11+
* Link to clue/reactphp-buzz for higher-level HTTP client.
12+
(#139 by @clue)
13+
14+
* Improve test suite by simplifying test matrix and test setup.
15+
(#151 by @clue)
16+
317
## 0.5.9 (2018-04-10)
418

519
* Feature: Support legacy HTTP servers that use only `LF` instead of `CRLF`.

README.md

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

173173
```bash
174-
$ composer require react/http-client:^0.5.9
174+
$ composer require react/http-client:^0.5.10
175175
```
176176

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

0 commit comments

Comments
 (0)