1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore(actix-ws): prepare release 0.3.0

This commit is contained in:
Rob Ede
2024-07-20 07:24:20 +01:00
parent 24f3985eab
commit 95f4e0f692
3 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 0.3.0
- Add `AggregatedMessage[Stream]` types.
- Add `MessageStream::max_frame_size()` setter method.
- Add `Session::continuation()` method.