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
44to add your changes here when sending pull requests. Also send corrections if
55you spot any mistakes.
66
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+
717## 0.4.1 (2014-06-13)
818
919* 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
3535``` JSON
3636{
3737 "require" : {
38- "clue/datagram" : " 0.4 .*"
38+ "clue/datagram" : " 0.5 .*"
3939 }
4040}
4141```
You can’t perform that action at this time.
0 commit comments