Skip to content

Commit 719a609

Browse files
committed
Prepare v0.5.0 release
1 parent 80af00f commit 719a609

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)