File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.2 (2018-04-24)
4
+
5
+ * Feature: Improve memory consumption and runtime performance for ` StreamSelectLoop ` timers.
6
+ (#164 by @clue )
7
+
8
+ * Improve test suite by removing I/O dependency at ` StreamSelectLoopTest ` to fix Mac OS X tests.
9
+ (#161 by @nawarian )
10
+
3
11
## 0.5.1 (2018-04-09)
4
12
5
- * New loop: ExtEvLoop (PECL ext-ev) (#148 by @kaduev13 )
13
+ * Feature: New ` ExtEvLoop ` (PECL ext-ev) (#148 by @kaduev13 )
6
14
7
15
## 0.5.0 (2018-04-05)
8
16
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ The recommended way to install this library is [through Composer](https://getcom
661
661
This will install the latest supported version:
662
662
663
663
``` bash
664
- $ composer require react/event-loop:^0.5.1
664
+ $ composer require react/event-loop:^0.5.2
665
665
```
666
666
667
667
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments