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 6b89626 commit 726b8eaCopy full SHA for 726b8ea
CHANGELOG.md
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
-## 0.4.0 (2014-xx-xx)
+## 0.4.0 (2014-03-03)
8
9
* BC break: Unified socket addresses (string URIs instead of host+port)
10
([#5](https://github.com/clue/datagram/pull/5)):
README.md
@@ -35,7 +35,7 @@ The recommended way to install this library is [through composer](http://getcomp
35
```JSON
36
{
37
"require": {
38
- "clue/datagram": "0.3.*"
+ "clue/datagram": "0.4.*"
39
}
40
41
```
0 commit comments