|
4 | 4 |
|
5 | 5 | * BC break: Remove `LoopInterface::tick()` (@jsor, #72)
|
6 | 6 |
|
| 7 | +## 0.4.3 (2017-04-27) |
| 8 | + |
| 9 | +* Bug fix: Bugfix in the usage sample code #57 (@dandelionred) |
| 10 | +* Improvement: Remove branch-alias definition #53 (@WyriHaximus) |
| 11 | +* Improvement: StreamSelectLoop: Use fresh time so Timers added during stream events are accurate #51 (@andrewminerd) |
| 12 | +* Improvement: Avoid deprecation warnings in test suite due to deprecation of getMock() in PHPUnit #68 (@martinschroeder) |
| 13 | +* Improvement: Add PHPUnit 4.8 to require-dev #69 (@shaunbramley) |
| 14 | +* Improvement: Increase test timeouts for HHVM and unify timeout handling #70 (@clue) |
| 15 | +* Improvement: Travis improvements (backported from #74) #75 (@clue) |
| 16 | +* Improvement: Test suite now uses socket pairs instead of memory streams #66 (@martinschroeder) |
| 17 | +* Improvement: StreamSelectLoop: Test suite uses signal constant names in data provider #67 (@martinschroeder) |
| 18 | +* Improvement: ExtEventLoop: No longer suppress all errors #65 (@mamciek) |
| 19 | +* Improvement: Readme cleanup #89 (@jsor) |
| 20 | +* Improvement: Restructure and improve README #90 (@jsor) |
| 21 | +* Bug fix: StreamSelectLoop: Fix erroneous zero-time sleep (backport to 0.4) #94 (@jsor) |
| 22 | + |
7 | 23 | ## 0.4.2 (2016-03-07)
|
8 | 24 |
|
9 | 25 | * Bug fix: No longer error when signals sent to StreamSelectLoop
|
|
16 | 32 | * Bug fix: null timeout in StreamSelectLoop causing 100% CPU usage (@clue)
|
17 | 33 | * Bug fix: v0.3.4 changes merged for v0.4.1
|
18 | 34 |
|
19 |
| -## 0.3.4 (2014-03-30) |
20 |
| - |
21 |
| -* Changed StreamSelectLoop to use non-blocking behavior on tick() (@astephens25) |
22 |
| - |
23 | 35 | ## 0.4.0 (2014-02-02)
|
24 | 36 |
|
25 | 37 | * Feature: Added `EventLoopInterface::nextTick()`, implemented in all event loops (@jmalloc)
|
|
30 | 42 | * BC break: New method: `EventLoopInterface::futureTick()`
|
31 | 43 | * Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
|
32 | 44 |
|
| 45 | +## 0.3.5 (2016-12-28) |
| 46 | + |
| 47 | +This is a compatibility release that eases upgrading to the v0.4 release branch. |
| 48 | +You should consider upgrading to the v0.4 release branch. |
| 49 | + |
| 50 | +* Feature: Cap min timer interval at 1µs, thus improving compatibility with v0.4 |
| 51 | + (#47 by @clue) |
| 52 | + |
| 53 | +## 0.3.4 (2014-03-30) |
| 54 | + |
| 55 | +* Bug fix: Changed StreamSelectLoop to use non-blocking behavior on tick() (@astephens25) |
| 56 | + |
33 | 57 | ## 0.3.3 (2013-07-08)
|
34 | 58 |
|
35 | 59 | * Bug fix: No error on removing non-existent streams (@clue)
|
|
0 commit comments