We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba3d9 commit 1e5b10bCopy full SHA for 1e5b10b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 0.1.0 (2015-03-24)
11
12
* First tagged release
README.md
@@ -100,7 +100,7 @@ The recommended way to install this library is [through composer](http://getcomp
100
```JSON
101
{
102
"require": {
103
- "clue/multicast-react": "~0.1.0"
+ "clue/multicast-react": "~0.2.0"
104
}
105
106
```
0 commit comments