diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-11-28 16:07:41 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-12-22 23:22:32 +0000 |
commit | bf77ac52181e5cceb15a9f06997df2bd76b97994 (patch) | |
tree | 45203c6321bccab09eccf33ae4ca067dc60956ef /CHANGELOG.md | |
parent | 21657d2d4bf66932b26c9e222ba59ded5eb00e12 (diff) | |
download | alacritty-bf77ac52181e5cceb15a9f06997df2bd76b97994.tar.gz alacritty-bf77ac52181e5cceb15a9f06997df2bd76b97994.zip |
Don't error on nonexistent TOML imports in migrate
YAML import migration was already properly ignoring nonexistent imports,
it was only missed for TOML ones.
Fixes #8330.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a826ec..0bdea611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Hint launcher opening arbitrary text, when terminal content changed while opening - `SemanticRight`/`SemanticLeft` vi motions breaking with wide semantic escape characters - `alacritty migrate` crashing with recursive toml imports +- Migrating nonexistent toml import breaking the entire migration ## 0.14.0 |