diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a9635c264..3d8949b5c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -185,9 +185,34 @@ Fixed * Updated to use virtualenv 20.4.0/PIP20.3.3 and fixate-requirements to work with PIP 20.3.3 #512 Contributed by Amanda McGuinness (@amanda11 Ammeon Solutions) -* Fix ``st2 execution get --with-schema`` flag. (bug fix) #4846 +3.4.1 - March 14, 2021 +---------------------- - Contributed by @Kami. +Added +~~~~~ + +* Update the service start up code to warn if the service locale encoding is not set to `utf-8` #5184 + + Contributed by @Kami + +Changed +~~~~~~~ + +* Use `sudo -E` to fix GitHub Actions tests #5187 + + Contributed by @cognifloyd + +Fixed +~~~~~ + +* Properly handle unicode strings in logs #5184 + + Fix a logging loop when attempting to encode Unicode characters in locales that do not support + Unicode characters - CVE-2021-28667. + + See https://stackstorm.com/2021/03/10/stackstorm-v3-4-1-security-fix/ for more information. + + Contributed by @Kami * Fix SensorTypeAPI schema to use class_name instead of name since documentation for pack development uses class_name and registrar used to load sensor to database assign class_name