summary refs log tree commit diff
path: root/changelog.d/8492.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify error message when plugin config parsers raise an error (#8492)Richard van der Hoff2020-10-081-0/+1
This turns: Failed to parse config for 'myplugin': Exception('error message') into: Failed to parse config for 'myplugin': error message.