8000 Prepare v0.2.0 · clue/reactphp-multicast@1e5b10b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e5b10b

Browse files
committed
Prepare v0.2.0
1 parent 0cba3d9 commit 1e5b10b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.0 (2015-03-26)
4+
5+
* Changed to use faster stream based networking API
6+
([#6](https://github.com/clue/php-multicast-react/pull/6))
7+
* Reduce footprint of required dependencies
8+
* Only require `ext-sockets` for *listening* on multicast addresses
9+
310
## 0.1.0 (2015-03-24)
411

512
* First tagged release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The recommended way to install this library is [through composer](http://getcomp
100100
```JSON
101101
{
102102
"require": {
103-
"clue/multicast-react": "~0.1.0"
103+
"clue/multicast-react": "~0.2.0"
104104
}
105105
}
106106
```

0 commit comments

Comments
 (0)
0