CHANGELOG.md in faye-websocket-0.10.8 vs CHANGELOG.md in faye-websocket-0.10.9

- old
+ new

@@ -1,10 +1,16 @@ +### 0.10.9 / 2019-06-13 + +- Use the EventMachine API rather than `IO#write` to write data; this uses the + event loop and avoids getting blocked by slow clients + ### 0.10.8 / 2019-06-10 - In the case of a close timeout, don't block on waiting for writing to the socket to complete - Fix a race condition that caused a timeout not to be cancelled immediately when the WebSocket is closed +- Change license from MIT to Apache 2.0 ### 0.10.7 / 2017-02-22 - Emit an error if `EventMachine::Connection#unbind` is called with an error