parent
7a661b5016
commit
afe63e26d6
@ -8,6 +8,10 @@ CHANGELOG
|
||||
|
||||
---
|
||||
|
||||
* 0.3.6 (2015-12-30)
|
||||
* BF: Keep host and scheme in HTTP request object attatched to connection
|
||||
* BF: Return correct HTTP response (405) when non-GET request made
|
||||
|
||||
* 0.3.5 (2016-05-25)
|
||||
|
||||
* BF: Unmask responding close frame
|
||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
||||
* The version of Ratchet being used
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = 'Ratchet/0.3.5';
|
||||
const VERSION = 'Ratchet/0.3.6';
|
||||
|
||||
/**
|
||||
* A proxy object representing a connection to the application
|
||||
|
Loading…
Reference in New Issue
Block a user