Updated documentation

This commit is contained in:
Vinicius Buzzacaro 2025-11-10 21:52:40 -03:00
parent 1c8c860e7d
commit 5037f9acd7
1 changed files with 4 additions and 0 deletions

View File

@ -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.