v0.3.4 prep

This commit is contained in:
Chris Boden 2015-12-23 09:54:30 -05:00
parent 5da31b61b4
commit 80bfbd0568
3 changed files with 15 additions and 8 deletions

View File

@ -8,6 +8,13 @@ CHANGELOG
---
* 0.3.4 (2015-12-23)
* BF: Edge case where version check wasn't run on message coalesce
* BF: Session didn't start when using pdo_sqlite
* BF: WAMP currie prefix check when using '#'
* Compatibility with Symfony 3
* 0.3.3 (2015-05-26)
* BF: Framing bug on large messages upon TCP fragmentation

View File

@ -1,4 +1,4 @@
Copyright (c) 2011-2015 Chris Boden
Copyright (c) 2011-2016 Chris Boden
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -5,7 +5,7 @@ namespace Ratchet;
* The version of Ratchet being used
* @var string
*/
const VERSION = 'Ratchet/0.3.3';
const VERSION = 'Ratchet/0.3.4';
/**
* A proxy object representing a connection to the application