CHANGELOG.md in websocket-1.0.7 vs CHANGELOG.md in websocket-1.1.0
- old
+ new
@@ -1,6 +1,14 @@
# Changelog
+## 1.1.0
+
+- allow raising ruby errors instead of setting `error` flag
+- allow access to handshake headers
+- add from_rack method
+- add from_hash method
+- stop extending handlers - it should improve performance for opening connection
+
## 1.0.7
- fix requiring url under Ruby 1.9.1
- support for Ruby 2.0.0