diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index 60d7ce37..bfec9d21 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -1,6 +1,10 @@ # Changes ## 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] + +[#333]: https://github.com/actix/actix-net/pull/333 ## 2.0.0-beta.4 - 2021-04-01