From 53e7059613863e05dbcf71327dad75ffa1a95513 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 5 Jan 2024 11:59:05 +0400 Subject: Ignore null values in `alacritty migrate` This should help with broken YAML configurations by throwing nulls away, which are not representable in toml. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1fa37a..2cb10ba5 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 -- cgit v1.2.3-54-g00ecf