Skip to content

Commit e470f1a

Browse files
committed
Version bump
1 parent 096049e commit e470f1a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

yesod-websockets/ChangeLog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.3.0.2
2+
3+
* `sendClose` and `sendPing` correctly find the `Connection` from `WebSocketsT`
4+
5+
Previously, these types were incorrectly typed to look for the `Connection` on
6+
the `m` of `WebSocketsT m ()`, and not via `WebSocketsT` itself. Because this
7+
made them practically impossible to use, this change is unlikely to break any
8+
existing code.
9+
110
## 0.3.0.1
211

312
* Minor cabal file improvements

yesod-websockets/yesod-websockets.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-websockets
2-
version: 0.3.0.1
2+
version: 0.3.0.2
33
synopsis: WebSockets support for Yesod
44
homepage: https://github.com/yesodweb/yesod
55
license: MIT

0 commit comments

Comments
 (0)