v0.3.5 prep
This commit is contained in:
parent
734055ea7f
commit
b5ccecad93
@ -8,6 +8,11 @@ CHANGELOG
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* 0.3.5 (2016-05-25)
|
||||||
|
|
||||||
|
* BF: Unmask responding close frame
|
||||||
|
* Added write handler for PHP session serializer
|
||||||
|
|
||||||
* 0.3.4 (2015-12-23)
|
* 0.3.4 (2015-12-23)
|
||||||
|
|
||||||
* BF: Edge case where version check wasn't run on message coalesce
|
* BF: Edge case where version check wasn't run on message coalesce
|
||||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
|||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'Ratchet/0.3.4';
|
const VERSION = 'Ratchet/0.3.5';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A proxy object representing a connection to the application
|
* A proxy object representing a connection to the application
|
||||||
|
Loading…
Reference in New Issue
Block a user