Skip to content

Commit

Permalink
Prepare v0.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 10, 2018
1 parent 2e6ed6d commit f8e81a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.9 (2018-04-10)

* Feature: Support legacy HTTP servers that use only `LF` instead of `CRLF`.
(#130 by @clue)

* Improve test suite by applying maximum test timeouts for integration tests.
(#131 by @clue)

## 0.5.8 (2018-02-09)

* Support legacy PHP 5.3 through PHP 7.2 and HHVM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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.8
$ composer require react/http-client:^0.5.9
```

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

0 comments on commit f8e81a0

Please sign in to comment.