Updated CHANGES.md for c76056b and f70c36e

This commit is contained in:
Yinuo Deng 2023-04-15 00:06:29 +08:00
parent c66233e225
commit e6b8af5aad
No known key found for this signature in database
GPG Key ID: 6DF6E347982C88F8
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
### Changed ### Changed
- Handler functions can now receive up to 16 extractor parameters. - Handler functions can now receive up to 16 extractor parameters.
- `actix_web::response::builder::HttpResponseBuilder::streaming()` now sets `Content-Type` to `application/octet-stream` if `Content-Type` does not exist.
- `actix_web::response::builder::HttpResponseBuilder::streaming()` now calls `actix_web::response::builder::HttpResponseBuilder::no_chunking()` if `Content-Length` is set by user. [#2306]
## 4.3.1 - 2023-02-26 ## 4.3.1 - 2023-02-26