Updated the Changelog.md for yesod-websockets to include comment and link for PR 1700

This commit is contained in:
David Burkett 2020-11-04 20:43:41 -05:00
parent ead5d3388f
commit da09fdc69a

View File

@ -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`