From c1750c3a1f4b35286ef13f9f910a6a1688893ad0 Mon Sep 17 00:00:00 2001 From: LucaCappelletti94 Date: Fri, 14 Feb 2025 13:42:24 +0100 Subject: [PATCH] Added changelog entry --- actix-http/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 23ebe43e..dd697718 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -6,6 +6,7 @@ - Add `header::CLEAR_SITE_DATA` constant. - Add `Extensions::get_or_insert[_with]()` methods. +- Add feature-gated `serde::Serialize` and `serde::Deserialize` implementations for `CloseCode` and `CloseReason` ### Changed