@@ -7,22 +7,22 @@ you spot any mistakes.
77## 0.5.0 (2014-06-13)
88
99* Feature: Automatically assign a random port for port 0
10- ([ #8 ] ( https://github.com/clue/datagram/pull/8 ) )
10+ ([ #8 ] ( https://github.com/clue/reactphp- datagram/pull/8 ) )
1111* Feature: First-class support for HHVM
12- ([ #7 ] ( https://github.com/clue/datagram/pull/7 ) )
12+ ([ #7 ] ( https://github.com/clue/reactphp- datagram/pull/7 ) )
1313* Support React v0.4 (while preserving BC)
14- ([ #13 ] ( https://github.com/clue/datagram/pull/13 ) )
15- * Use PSR-4 code layout,
14+ ([ #13 ] ( https://github.com/clue/reactphp- datagram/pull/13 ) )
15+ * Use PSR-4 code layout, update homepage
1616
1717## 0.4.1 (2014-06-13)
1818
1919* Fix: Uncaught Exception while processing ICMP rejection datagrams
20- ([ #12 ] ( https://github.com/clue/datagram/pull/12 ) )
20+ ([ #12 ] ( https://github.com/clue/reactphp- datagram/pull/12 ) )
2121
2222## 0.4.0 (2014-03-03)
2323
2424* BC break: Unified socket addresses (string URIs instead of host+port)
25- ([ #5 ] ( https://github.com/clue/datagram/pull/5 ) ):
25+ ([ #5 ] ( https://github.com/clue/reactphp- datagram/pull/5 ) ):
2626
2727 * The ` Factory ` now only accepts a single-argument full socket address (i.e. host: port for UDP/IP):
2828
@@ -41,7 +41,7 @@ $factory->createClient('localhost:1337')->then(…);
4141 * ` SocketInterface::getLocalAddress() `
4242 * ` SocketInterface::getRemoteAddress() `
4343* Small refactoring to ease extending base classes
44- ([ #4 ] ( https://github.com/clue/datagram/pull/4 ) )
44+ ([ #4 ] ( https://github.com/clue/reactphp- datagram/pull/4 ) )
4545
4646## 0.3.0 (2013-06-23)
4747
0 commit comments