aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-07-20 12:31:13 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-07-20 12:31:13 +0100
commit847cfa692b20903a8c6a43c01948ded6db0035a7 (patch)
tree9aa5eb2751c5e6a360776f9585af37a198dbc11c /CHANGELOG.md
parente6ac7b1643e01764c5fccddee985d25bf53494e2 (diff)
downloadmqttr-847cfa692b20903a8c6a43c01948ded6db0035a7.tar.gz
mqttr-847cfa692b20903a8c6a43c01948ded6db0035a7.tar.xz
mqttr-847cfa692b20903a8c6a43c01948ded6db0035a7.zip
Non-UTF8 path/argument support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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