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 95cb25e commit 0c22ecbCopy full SHA for 0c22ecb
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.3.0 (2013-XX-XX)
+## 0.3.0 (2013-06-23)
8
9
* Feature: Add `Datagram\Socket::end()` method which closes the socket as soon
10
as the remaining outgoing buffer has been sent.
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": "dev-master"
+ "clue/datagram": "0.3.*"
39
}
40
41
```
0 commit comments