diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5f970..a662e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ CHANGELOG --- +* 0.2.4 (2013-03-09) + + * Support for Symfony 2.2 and Guzzle 2.3 + * Minor bug fixes when handling errors + * 0.2.3 (2012-11-21) * Bumped dep: Guzzle to v3, React to v0.2.4 diff --git a/LICENSE b/LICENSE index 36193c8..168b536 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2012 Chris Boden +Copyright (c) 2011-2013 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 diff --git a/README.md b/README.md index a4617fc..41cb523 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application ##WebSocket Compliance * Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time) -* Tested on Chrome 13 - 24, Firefox 6 - 18, Safari 5.0.1 - 6, iOS 4.2 - 6 +* Tested on Chrome 13 - 25, Firefox 6 - 19, Safari 5.0.1 - 6, iOS 4.2 - 6 * Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages) ##Requirements