fix changelog

This commit is contained in:
fakeshadow 2021-01-06 19:54:24 +08:00
parent eae605b959
commit 848a6ef64f
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
### Removed
* Public modules `middleware::{normalize, err_handlers}`. All necessary middleware structs are now
exposed directly by the `middleware` module.
* Remove `actix-threadpool` as dependency. `actix_threadpool::Blocking` error type can be imported
from `actix_hweb::error` module. [#1878]
* Remove `actix-threadpool` as dependency. `actix_threadpool::BlockingError` error type can be imported
from `actix_web::error` module. [#1878]
[#1812]: https://github.com/actix/actix-web/pull/1812
[#1813]: https://github.com/actix/actix-web/pull/1813