From 53e491709d75477f8efe181315fe9301c6e845ba Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 2 Feb 2019 12:03:03 +0000 Subject: Fix reloading with empty config When loading an empty configuration file, Alacritty only prints an info message and then proceeds to load the default config. However when reloading the configuration file it would throw a hard error. This has been fixed and a hard error is now only thrown when an error is returned during reload which isn't the empty file error. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdd8c68..3d2a4e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resolved off-by-one issue with erasing characters in the last column - Excessive polling every 100ms with `live_config_reload` enabled - Unicode characters at the beginning of URLs are now properly ignored +- Remove error message when reloading an empty config ## Version 0.2.7 -- cgit v1.2.3-54-g00ecf