aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-01-05 11:59:05 +0400
committerGitHub <noreply@github.com>2024-01-05 11:59:05 +0400
commit213f73e8d602e38e9eaed876a7edf68b80caf5e4 (patch)
tree502783b383222d98e2aa65d6e5cb5ed0326df9fd /CHANGELOG.md
parentd47aab93c3872896da2dd563a042f133ee76d028 (diff)
downloadalacritty-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.md4
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