We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734055e commit b5ccecaCopy full SHA for b5cceca
CHANGELOG.md
@@ -8,6 +8,11 @@ CHANGELOG
8
9
---
10
11
+* 0.3.5 (2016-05-25)
12
+
13
+ * BF: Unmask responding close frame
14
+ * Added write handler for PHP session serializer
15
16
* 0.3.4 (2015-12-23)
17
18
* BF: Edge case where version check wasn't run on message coalesce
src/Ratchet/ConnectionInterface.php
@@ -5,7 +5,7 @@
5
* The version of Ratchet being used
6
* @var string
7
*/
-const VERSION = 'Ratchet/0.3.4';
+const VERSION = 'Ratchet/0.3.5';
/**
* A proxy object representing a connection to the application
0 commit comments