# Changelog ## Unreleased - Remove type parameters from `Session::{text, binary}()` methods, replacing with equivalent `impl Trait` parameters. - `Session::text()` now receives an `impl Into`, making broadcasting text messages more efficient. ## 0.2.5 - Adopted into @actix org from .