8000 Add legacy v0.3.5 and v0.4.3 to CHANGELOG · reactphp/event-loop@4ea7246 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ea7246

Browse files
committed
Add legacy v0.3.5 and v0.4.3 to CHANGELOG
1 parent e24bac6 commit 4ea7246

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
* BC break: Remove `LoopInterface::tick()` (@jsor, #72)
66

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+
723
## 0.4.2 (2016-03-07)
824

925
* Bug fix: No longer error when signals sent to StreamSelectLoop
@@ -16,10 +32,6 @@
1632
* Bug fix: null timeout in StreamSelectLoop causing 100% CPU usage (@clue)
1733
* Bug fix: v0.3.4 changes merged for v0.4.1
1834

19-
## 0.3.4 (2014-03-30)
20-
21-
* Changed StreamSelectLoop to use non-blocking behavior on tick() (@astephens25)
22-
2335
## 0.4.0 (2014-02-02)
2436

2537
* Feature: Added `EventLoopInterface::nextTick()`, implemented in all event loops (@jmalloc)
@@ -30,6 +42,18 @@
3042
* BC break: New method: `EventLoopInterface::futureTick()`
3143
* Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
3244

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+
3357
## 0.3.3 (2013-07-08)
3458

3559
* Bug fix: No error on removing non-existent streams (@clue)

0 commit comments

Comments
 (0)
0