From f07a458a714c0e1b146ee59263f847e492e1cedb Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 15 May 2022 18:05:06 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc20bff9..c8c1f8719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ([#5232](https://github.com/mitmproxy/mitmproxy/issues/5227), @meitinger) * Mitmproxy now requires Python 3.9 or above. ([#5233](https://github.com/mitmproxy/mitmproxy/issues/5233), @mhils) +* Fix a memory leak in mitmdump where flows were kept in memory. + ([#4786](https://github.com/mitmproxy/mitmproxy/issues/4786), @mhils) * Replayed flows retain their current position in the flow list. ([#5227](https://github.com/mitmproxy/mitmproxy/issues/5227), @mhils) * Periodically send HTTP/2 ping frames to keep connections alive.