From dd9d9cc831a2a53baf4d4eab6bc98976e53edc42 Mon Sep 17 00:00:00 2001 From: Mohammed Sazid Al Rashid Date: Mon, 4 Jan 2021 23:05:15 +0600 Subject: [PATCH] update changelog --- actix-web-actors/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index f75c6805f..848acf987 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -7,6 +7,8 @@ * Update `pin-project` to `1.0`. * Update `bytes` to `1.0`. [#1813] * `WebsocketContext::text` now takes an `Into`. [#1864] +* Add `ws::start_with_frame_size()` and `ws::start_with_codec()` to start + websocket actor with a given frame size or a `actix_http::ws::Codec`. [#1873] [#1813]: https://github.com/actix/actix-web/pull/1813 [#1864]: https://github.com/actix/actix-web/pull/1864