diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-01-05 11:59:05 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 11:59:05 +0400 |
commit | 213f73e8d602e38e9eaed876a7edf68b80caf5e4 (patch) | |
tree | 502783b383222d98e2aa65d6e5cb5ed0326df9fd /CHANGELOG.md | |
parent | d47aab93c3872896da2dd563a042f133ee76d028 (diff) | |
download | alacritty-213f73e8d602e38e9eaed876a7edf68b80caf5e4.tar.gz alacritty-213f73e8d602e38e9eaed876a7edf68b80caf5e4.zip |
Ignore null values in `alacritty migrate`
This should help with broken YAML configurations by throwing nulls
away, which are not representable in toml.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a13807..94d6a926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for pasting in Vi + Search mode +### Changed + +- `alacritty migrate` will ignore null values in yaml instead of erroring out + ### Fixed - `alacritty migrate` failing with nonexistent imports |