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: