From 5037f9acd7b1652b7a64be38a4221a1bf129e115 Mon Sep 17 00:00:00 2001 From: Vinicius Buzzacaro Date: Mon, 10 Nov 2025 21:52:40 -0300 Subject: [PATCH] Updated documentation --- actix-http/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 33f9d2017..c1db85509 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,6 +2,10 @@ ## Unreleased +## 3.11.3 + +- Update `HttpMessage`s `content_type` method to return `Option<&str>` instead of `&str`. + ## 3.11.2 - Properly wake Payload receivers when feeding errors or EOF.