From 176fe55bbd8c3771ef193f1eb53b302567d17892 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 4 Nov 2018 14:38:24 +0000 Subject: [PATCH] issue #416: update Changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9dd75d1b..33d94e5b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -223,6 +223,10 @@ Core Library was configured. This would lead to connection timeouts due to the hung response. +* `#416 `_: around 1.4KiB of memory + was leaked on every RPC, due to a list of strong references keeping alive any + handler ever registered for disconnect notification. + * `16ca111e `_: handle OpenSSH 7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present.