Skip to content

Commit 29f1c00

Browse files
committed
Prepare v0.2.0 release
1 parent 9a83abc commit 29f1c00

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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()`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)