Skip to content

Commit 160181b

Browse files
authored
Update README.md
1 parent 5979fc9 commit 160181b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ same event loop. This component provides a common `LoopInterface` that any
99
library can target. This allows them to be used in the same loop, with one
1010
single `run` call that is controlled by the user.
1111

12+
> The master branch contains the code for the upcoming 0.5 release.
13+
For the code of the current stable 0.4.x release, checkout the
14+
[0.4 branch](https://github.com/reactphp/event-loop/tree/0.4).
15+
1216
In addition to the interface there are some implementations provided:
1317

1418
* `StreamSelectLoop`: This is the only implementation which works out of the

0 commit comments

Comments
 (0)