From 848a6ef64fe7a820d26aed1abad0c0e99cce37be Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Wed, 6 Jan 2021 19:54:24 +0800 Subject: [PATCH] fix changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 03f5fc19e..39fefa029 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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