Skip to content

Commit ac8227b

Browse files
committed
Prepare v0.8.1 release
1 parent cc9d41c commit ac8227b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## 0.8.1 (2017-08-15)
4+
5+
* Feature: Forward compatibility with upcoming EventLoop v1.0 and v0.5 and
6+
target evenement 3.0 a long side 2.0 and 1.0
7+
(#104 by @clue and #111 by @WyriHaximus)
8+
9+
* Improve test suite by locking Travis distro so new defaults will not break the build and
10+
fix HHVM build for now again and ignore future HHVM build errors
11+
(#109 and #110 by @clue)
12+
13+
* Minor documentation fixes
14+
(#103 by @christiaan and #108 from hansott)
15+
316
## 0.8.0 (2017-05-09)
417

518
* Feature: New `Server` class now acts as a facade for existing server classes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,10 @@ The recommended way to install this library is [through Composer](http://getcomp
12311231
This will install the latest supported version:
12321232

12331233
```bash
1234-
$ composer require react/socket:^0.8
1234+
$ composer require react/socket:^0.8.1
12351235
```
12361236

1237-
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
1237+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
12381238

12391239
This project aims to run on any platform and thus does not require any PHP
12401240
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM.

0 commit comments

Comments
 (0)