From 22319935ce9e000e61ab66834b7f469c24bb75c1 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sun, 9 Aug 2020 15:09:07 +0800 Subject: [PATCH] fix mispalced changelog --- CHANGES.md | 2 -- actix-http/CHANGES.md | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 92396dc36..d80e87946 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,12 +10,10 @@ ### 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 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index b2b816d54..8d44ea6b9 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,9 +1,13 @@ # Changes ## Unreleased - 2020-xx-xx +### Fixed +* Memory leak of `client::pool::ConnectorPoolSupport`. [#1626] + +[#1626]: https://github.com/actix/actix-web/pull/1626 -## 2.0.0-beta.2 - 2020-07-21 +## [2.0.0-beta.2] - 2020-07-21 ### Fixed * Potential UB in h1 decoder using uninitialized memory. [#1614]