From 53d72c14eaabe68939d86cff63c3dceb90de549d Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sat, 25 May 2024 12:28:08 -0300 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6823f5cce..20d45c284 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -303,6 +303,8 @@ Bug fixes: * Fix bug where unimported plugin would not ignore children directories of ignored directories. :bug:`5130` +* Fix bug where some plugin commands hang indefinitely due to a missing + `requests` timeout. For plugin developers: