diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7ea6320..8cf4a302 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ Brewtils Changelog TBD - Fixed self reference bug that was returning back output instead of Request object. -- Fixed self reference bug, when SystemClient calls itself but doesn't have a current request it - now sends it to Beer Garden instead of attempting to process it locally. +- Fixed self reference bug, when SystemClient calls itself but doesn't have a current request. This + allows for support to run SystemClient in a sub-thread to the plugin. 3.23.0 ------