diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d771c..b7745a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0 * BREAKING: The MQTT client ID is now set to the `id` config setting directly rather than `id` followed by the PID. +### Added + +* Ability to specify program paths or arguments which contain non-UTF8 sequences + by using `{ b64 = "BaSe64==" }` in place of a string in the config. + ## [0.3.0] - 2025-07-10 ### Added |