From 1a7ab7ddf1d8259a6538d6f97207bc3f5729c7b3 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sun, 9 Aug 2020 14:55:13 +0800 Subject: [PATCH] update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d80e87946..92396dc36 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,10 +10,12 @@ ### Fixed * Memory leak of app data in pooled requests. [#1609] +* Memory leak of `awc::Client` [#1626] [#1594]: https://github.com/actix/actix-web/pull/1594 [#1609]: https://github.com/actix/actix-web/pull/1609 [#1610]: https://github.com/actix/actix-web/pull/1610 +[#1626]: https://github.com/actix/actix-web/pull/1626 ## 3.0.0-beta.1 - 2020-07-13