File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 (2019-02-07)
4+
5+ * New UV based event loop (ext-uv).
6+ (#112 by @WyriHaximus )
7+
8+ * Use high resolution timer on PHP 7.3+.
9+ (#182 by @clue )
10+
11+ * Improve PCNTL signals by using async signal dispatching if available.
12+ (#179 by @CharlotteDunois )
13+
14+ * Improve test suite and test suite set up.
15+ (#174 by @WyriHaximus , #181 by @clue )
16+
17+ * Fix PCNTL signals edge case.
18+ (#183 by @clue )
19+
320## 1.0.0 (2018-07-11)
421
522* First stable LTS release, now following [ SemVer] ( https://semver.org/ ) .
Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ This project follows [SemVer](https://semver.org/).
672672This will install the latest supported version:
673673
674674``` bash
675- $ composer require react/event-loop:^1.0
675+ $ composer require react/event-loop:^1.1
676676```
677677
678678See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments