From e34972d8d4ea70e95253cc879842fd14e0feee10 Mon Sep 17 00:00:00 2001 From: brockelmore <31553173+brockelmore@users.noreply.github.com> Date: Sun, 18 Jul 2021 16:03:39 -0400 Subject: [PATCH] update changes.md --- actix-web-actors/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index bf642ef95..9922ee6c0 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2021-xx-xx - +* Add ability to create a websocket actor with a specified `Codec` while returning the `Addr` ## 4.0.0-beta.6 - 2021-06-26 * Update `actix` to `0.12`. [#2277]