diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-11-28 16:07:41 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2024-11-28 18:41:23 +0300 |
commit | 713e89a6c50ce461fc91245463974635f4940772 (patch) | |
tree | 3d90cd11fc300a2def5a89fae7a001caaeb06b3a /CHANGELOG.md | |
parent | 1be20fbe4a556598f1b7335f56f5350853652ce5 (diff) | |
download | alacritty-713e89a6c50ce461fc91245463974635f4940772.tar.gz alacritty-713e89a6c50ce461fc91245463974635f4940772.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 15bdaa2b..ed471ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,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 |