aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-01-05 11:59:05 +0400
committerChristian Duerr <contact@christianduerr.com>2024-01-06 08:59:54 +0100
commit53e7059613863e05dbcf71327dad75ffa1a95513 (patch)
tree2e73b46e2572ca74f9ba15ab255a17f84f7b34d3 /CHANGELOG.md
parent5955b905dc4c4415be56cea107b5e847eebda881 (diff)
downloadalacritty-53e7059613863e05dbcf71327dad75ffa1a95513.tar.gz
alacritty-53e7059613863e05dbcf71327dad75ffa1a95513.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 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