mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
11 lines
359 B
Markdown
11 lines
359 B
Markdown
|
# Changelog
|
||
|
|
||
|
## Unreleased
|
||
|
|
||
|
- Remove type parameters from `Session::{text, binary}()` methods, replacing with equivalent `impl Trait` parameters.
|
||
|
- `Session::text()` now receives an `impl Into<ByteString>`, making broadcasting text messages more efficient.
|
||
|
|
||
|
## 0.2.5
|
||
|
|
||
|
- Adopted into @actix org from <https://git.asonix.dog/asonix/actix-actorless-websockets>.
|