File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ This is the changelog for the legacy v0.3 release branch.
4+ You should consider upgrading to the v0.4 release branch, originally released 2014-02-02.
5+
6+ ## 0.3.5 (2016-12-28)
7+
8+ This is a compatibility release that eases upgrading to the v0.4 release branch.
9+ You should consider upgrading to the v0.4 release branch.
10+
11+ * Feature: Cap min timer interval at 1µs, thus improving compatibility with v0.4
12+ (#47 by @clue )
13+
14+ ## 0.3.4 (2014-03-30)
15+
16+ * Changed StreamSelectLoop to use non-blocking behavior on tick() (@astephens25 )
17+
18+ ## 0.3.3 (2013-07-08)
19+
20+ * Bug fix: No error on removing non-existent streams (@clue )
21+ * Bug fix: Do not silently remove feof listeners in ` LibEvLoop `
22+
23+ ## 0.3.0 (2013-04-14)
24+
25+ * BC break: New timers API (@nrk )
26+ * BC break: Remove check on return value from stream callbacks (@nrk )
27+
28+ ## 0.2.7 (2013-01-05)
29+
30+ * Bug fix: Fix libevent timers with PHP 5.3
31+ * Bug fix: Fix libevent timer cancellation (@nrk )
32+
33+ ## 0.2.6 (2012-12-26)
34+
35+ * Bug fix: Plug memory issue in libevent timers (@cameronjacobson )
36+ * Bug fix: Correctly pause LibEvLoop on stop()
37+
38+ ## 0.2.3 (2012-11-14)
39+
40+ * Feature: LibEvLoop, integration of ` php-libev `
41+
42+ ## 0.2.0 (2012-09-10)
43+
44+ * Version bump
45+
46+ ## 0.1.1 (2012-07-12)
47+
48+ * Version bump
49+
50+ ## 0.1.0 (2012-07-11)
51+
52+ * First tagged release
You can’t perform that action at this time.
0 commit comments