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]