Update CHANGES.md

This commit is contained in:
Rob Ede 2022-06-23 14:40:57 +01:00 committed by GitHub
parent ca02dc4630
commit 518f5babb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
## Unreleased - 2021-xx-xx
### Fixed
- Websocket parser throw endless Overflow after received oversized frame.
- Websocket parser no longer throws endless overflow errors after receiving an oversized frame. [#2790]
[#2790]: https://github.com/actix/actix-web/pull/2790
## 3.1.0 - 2022-06-11
### Changed