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 11# Changelog
22
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+
311## 0.5.1 (2018-04-09)
412
5- * New loop: ExtEvLoop (PECL ext-ev) (#148 by @kaduev13 )
13+ * Feature: New ` ExtEvLoop ` (PECL ext-ev) (#148 by @kaduev13 )
614
715## 0.5.0 (2018-04-05)
816
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
661661This will install the latest supported version:
662662
663663``` bash
664- $ composer require react/event-loop:^0.5.1
664+ $ composer require react/event-loop:^0.5.2
665665```
666666
667667See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments