From 2ea747f600289590d040f8bb063d925da04c0bbf Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 4 Jan 2021 01:35:55 +0000 Subject: [PATCH] update ws 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 e47f09135..dab35953a 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -3,8 +3,10 @@ ## Unreleased - 2021-xx-xx * Update `pin-project` to `1.0`. * Update `bytes` to `1.0`. [#1813] +* `WebsocketContext::text` now takes an `Into`. [#1864] [#1813]: https://github.com/actix/actix-web/pull/1813 +[#1864]: https://github.com/actix/actix-web/pull/1864 ## 3.0.0 - 2020-09-11 * No significant changes from `3.0.0-beta.2`.