From 22d051b28bfeecf369a739d7bc21664d9f41fcc4 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Tue, 27 Apr 2021 03:55:10 +0800 Subject: [PATCH] update changelog --- actix-server/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index 58b1bd38..28c7b206 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -1,6 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx +* Remove `config` module. `ServiceConfig`, `ServiceRuntime` public types are removed due to this change. [#349] +* Remove `ServerBuilder::configure` [#349] + +[#349]: https://github.com/actix/actix-net/pull/349 ## 2.0.0-beta.5 - 2021-04-20