CHANGELOG.md in websocket-1.0.2 vs CHANGELOG.md in websocket-1.0.3
- old
+ new
@@ -1,6 +1,11 @@
# Changelog
+## 1.0.3
+
+- improve pure ruby implementation performance by ~30%
+- add support for native extension
+
## 1.0.2
- allow configuration of max frame size via WebSocket.max_frame_size option
- much better documentation
- remove handler-specific methods from public list