CHANGELOG.md in websocket-rack-0.3.2 vs CHANGELOG.md in websocket-rack-0.3.3

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 0.3.3 / 2012-02-16 + +- postponse sending messages and closing connection to next tick(prevent locking rest of current request) +- support for WebSocket drafts 09-13 (currently proposed as standard) +- prevent blocking tests when invalid responsed is received + ## 0.3.2 / 2011-12-13 - fix bug that resulted in 'location mismatch' error on Safari and iOS ## 0.3.1 / 2011-07-29