From c3638a7d5d0a8859546fd7258a3127d930fb0b39 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 27 Jul 2020 16:36:10 +0200 Subject: [PATCH] Reword changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a8f70e..c0db867b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### yabridgectl -- Fixed regression where the configuration file failed to parse after running - `yabridgectl sync` caused by +- Fixed regression caused by [alexcrichton/toml-rs#256](https://github.com/alexcrichton/toml-rs/issues/256) - 4.0. If you have already run `yabridgectl sync` under yabridge 1.4.0, then + where the configuration file failed to parse after running `yabridgectl sync`. + If you have already run `yabridgectl sync` using yabridgectl 1.4.0, then you'll have to manually remove the `[last_known_config]` section from `~/.config/yabridgectl/config.toml`. - Fixed issue with overwriting broken symlinks during `yabridgectl sync`.