File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
+ ## 0.5.0 (2014-06-13)
8
+
9
+ * Feature: Automatically assign a random port for port 0
10
+ ([ #8 ] ( https://github.com/clue/datagram/pull/8 ) )
11
+ * Feature: First-class support for HHVM
12
+ ([ #7 ] ( https://github.com/clue/datagram/pull/7 ) )
13
+ * Support React v0.4 (while preserving BC)
14
+ ([ #13 ] ( https://github.com/clue/datagram/pull/13 ) )
15
+ * Use PSR-4 code layout,
16
+
7
17
## 0.4.1 (2014-06-13)
8
18
9
19
* Fix: Uncaught Exception while processing ICMP rejection datagrams
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The recommended way to install this library is [through composer](http://getcomp
35
35
``` JSON
36
36
{
37
37
"require" : {
38
- "clue/datagram" : " 0.4 .*"
38
+ "clue/datagram" : " 0.5 .*"
39
39
}
40
40
}
41
41
```
You can’t perform that action at this time.
0 commit comments