From e125aac16721c423371975d8f7a18b005794e828 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Thu, 15 Apr 2021 17:10:25 +0800 Subject: [PATCH] fix changelog --- actix-server/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index bfec9d21..7ccada0e 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2021-xx-xx * Server shutdown would notify all workers to exit regardless if shutdown is graceful. - This would make all worker shutdown immediately [#333] + This would make all worker shutdown immediately in force shutdown case. [#333] [#333]: https://github.com/actix/actix-net/pull/333