From: Ian Jackson Date: Mon, 3 May 2021 12:06:37 +0000 (+0100) Subject: CHANGELOG: document chdir fixes X-Git-Tag: otter-0.6.0~448 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5013e1ad0662836b45a133ba7244d9ea5a65f2f1;p=otter.git CHANGELOG: document chdir fixes Signed-off-by: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8fa1ae..e21f3838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Version UNRELEASED less-public games. * otter(1) and otterlib(!) now honour OTTER_CLI_LOG (in Rust env_logger format). + * otter(1) no longer acts on change_directory server config + setting (but still resolves paths in config relative to that dir). * Change CLI to server management wire protocol to binary-framed MessagePack (was newline-framed JSON). * Build system and test suite improvements and fixes.