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 1
1
# Changelog
2
2
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
+
3
20
## 1.0.0 (2018-07-11)
4
21
5
22
* 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/).
672
672
This will install the latest supported version:
673
673
674
674
``` bash
675
- $ composer require react/event-loop:^1.0
675
+ $ composer require react/event-loop:^1.1
676
676
```
677
677
678
678
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments