Skip to content

Commit d36a869

Browse files
committed
Updates for tag
1 parent 0dfd2b8 commit d36a869

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ CHANGELOG
88

99
---
1010

11+
* 0.3.2 (2014-06-08)
12+
13+
* BF: No messages after closing handshake (fixed rare race condition causing 100% CPU)
14+
* BF: Fixed accidental BC break from v0.3.1
15+
* Added autoDelete parameter to Topic to destroy when empty of connections
16+
* Exposed React Socket on IoServer (allowing FlashPolicy shutdown in App)
17+
* Normalized Exceptions in WAMP
18+
1119
* 0.3.1 (2014-05-26)
1220

1321
* Added query parameter support to Router, set in HTTP request (ws://server?hello=world)

src/Ratchet/ConnectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of Ratchet being used
66
* @var string
77
*/
8-
const VERSION = 'Ratchet/0.3.1';
8+
const VERSION = 'Ratchet/0.3.2';
99

1010
/**
1111
* A proxy object representing a connection to the application

0 commit comments

Comments
 (0)