From b4ae5d84c31d188c6e3bf8cecb586d0b832a22c9 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 19 May 2024 11:02:52 -0500 Subject: [PATCH] actix-http: Update CHANGES wrt byte fix --- actix-http/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 61eeb4beb..ff96bfd98 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +- Remove redundant 4 byte reservation in webscoket encoder + ## 3.7.0 ### Added