File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 0.4.2 (2016-03-07)
4
20
5
21
* Bug fix: No longer error when signals sent to StreamSelectLoop
You can’t perform that action at this time.
0 commit comments