File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -1231,10 +1231,10 @@ The recommended way to install this library is [through Composer](http://getcomp
12311231This 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
12391239This project aims to run on any platform and thus does not require any PHP
12401240extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM.
You can’t perform that action at this time.
0 commit comments