File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2015-07-05)
4+
5+ * BC break: Rename methods in order to avoid confusion.
6+ * Rename ` wait() ` to ` sleep() ` .
7+ ([ #8 ] ( https://github.com/clue/php-block-react/pull/8 ) )
8+ * Rename ` awaitRace() ` to ` awaitAny() ` .
9+ ([ #9 ] ( https://github.com/clue/php-block-react/pull/9 ) )
10+ * Rename ` awaitOne() ` to ` await() ` .
11+ ([ #10 ] ( https://github.com/clue/php-block-react/pull/10 ) )
12+
313## 0.1.1 (2015-04-05)
414
515* ` run() ` the loop instead of making it ` tick() ` .
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The recommended way to install this library is [through composer](http://getcomp
8888``` JSON
8989{
9090 "require" : {
91- "clue/block-react" : " ~0.1 .0"
91+ "clue/block-react" : " ~0.2 .0"
9292 }
9393}
9494```
You can’t perform that action at this time.
0 commit comments