Skip to content

Commit a12894d

Browse files
committed
CHANGELOG: fix wsproto version reference
1 parent 734a82c commit a12894d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
## trio-websocket 0.10.1 (2023-03-18)
44
### Changed
5-
- send_message() is changed to raise ConnectionClosed when a close
5+
- `send_message()` is changed to raise `ConnectionClosed` when a close
66
handshake is in progress. Previously, it would silently ignore
7-
the call, which was an oversight, given that ConnectionClosed is
7+
the call, which was an oversight, given that `ConnectionClosed` is
88
defined to cover connections "closed or in the process of closing".
9-
Noteably, this fixes send_message() leaking a wsproto LocalProtocolError
10-
with wsproto >= 1.22.0.
9+
Noteably, this fixes `send_message()` leaking a wsproto `LocalProtocolError`
10+
with wsproto >= 1.2.0.
11+
([#175](https://github.com/HyperionGray/trio-websocket/issues/175))
1112

12-
Released as a minor version increment, since code calling send_message()
13-
is expected to handle ConnectionClosed anyway.
13+
Released as a minor version increment, since code calling `send_message()`
14+
is expected to handle `ConnectionClosed` anyway.
1415

1516
## trio-websocket 0.10.0 (2023-03-13)
1617
### Fixed

0 commit comments

Comments
 (0)