Skip to content

Commit 8bde034

Browse files
authored
Added 0.4.3 to changelog
1 parent 47fe726 commit 8bde034

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.4.3 (2017-04-27)
4+
5+
* Bug fix: Bugfix in the usage sample code #57 (@dandelionred)
6+
* Improvement: Remove branch-alias definition #53 (@WyriHaximus)
7+
* Improvement: StreamSelectLoop: Use fresh time so Timers added during stream events are accurate #51 (@andrewminerd)
8+
* Improvement: Avoid deprecation warnings in test suite due to deprecation of getMock() in PHPUnit #68 (@martinschroeder)
9+
* Improvement: Add PHPUnit 4.8 to require-dev #69 (@shaunbramley)
10+
* Improvement: Increase test timeouts for HHVM and unify timeout handling #70 (@clue)
11+
* Improvement: Travis improvements (backported from #74) #75 (@clue)
12+
* Improvement: Test suite now uses socket pairs instead of memory streams #66 (@martinschroeder)
13+
* Improvement: StreamSelectLoop: Test suite uses signal constant names in data provider #67 (@martinschroeder)
14+
* Improvement: ExtEventLoop: No longer suppress all errors #65 (@mamciek)
15+
* Improvement: Readme cleanup #89 (@jsor)
16+
* Improvement: Restructure and improve README #90 (@jsor)
17+
* Bug fix: StreamSelectLoop: Fix erroneous zero-time sleep (backport to 0.4) #94 (@jsor)
18+
319
## 0.4.2 (2016-03-07)
420

521
* Bug fix: No longer error when signals sent to StreamSelectLoop

0 commit comments

Comments
 (0)