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.