Skip to content

Commit

Permalink
Prepare v0.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 14, 2020
1 parent 233c909 commit f16ab55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.5.10 (2020-01-14)

* Fix: Avoid unneeded warning when decoding invalid data on PHP 7.4.
(#150 by @clue)

* Add `.gitattributes` to exclude dev files from exports.
(#149 by @reedy)

* Link to clue/reactphp-buzz for higher-level HTTP client.
(#139 by @clue)

* Improve test suite by simplifying test matrix and test setup.
(#151 by @clue)

## 0.5.9 (2018-04-10)

* Feature: Support legacy HTTP servers that use only `LF` instead of `CRLF`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/http-client:^0.5.9
$ composer require react/http-client:^0.5.10
```

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

0 comments on commit f16ab55

Please sign in to comment.