Skip to content

Commit

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

## 0.8.2 (2018-04-06)

* Fix: Do not pass `$next` handler to final request handler.
(#308 by @clue)

* Fix: Fix awaiting queued handlers when cancelling a queued handler.
(#313 by @clue)

* Fix: Fix Server to skip `SERVER_ADDR` params for Unix domain sockets (UDS).
(#307 by @clue)

* Documentation for PSR-15 middleware and minor documentation improvements.
(#314 by @clue and #297, #298 and #310 by @seregazhuk)

* Minor code improvements and micro optimizations.
(#301 by @seregazhuk and #305 by @kalessil)

## 0.8.1 (2018-01-05)

* Major request handler performance improvement. Benchmarks suggest number of
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,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:^0.8.1
$ composer require react/http:^0.8.2
```

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

0 comments on commit 9cdef72

Please sign in to comment.