diff --git a/yesod-websockets/ChangeLog.md b/yesod-websockets/ChangeLog.md index babc6cdd..110b0f3f 100644 --- a/yesod-websockets/ChangeLog.md +++ b/yesod-websockets/ChangeLog.md @@ -1,3 +1,6 @@ +## 0.3.0.3 +* Removed the use of the deprecated forkPingThread and replaced it with the recommended withPingThread. [#1700](https://github.com/yesodweb/yesod/pull/1700) + ## 0.3.0.2 * `sendClose` and `sendPing` correctly find the `Connection` from `WebSocketsT`