diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-23 22:05:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 22:05:47 +0000 |
commit | 5e0d74094367e79e1ce2fe35e5996e41d1296807 (patch) | |
tree | 6f23c7e41213bb84738f64ca4fe7e49e6b55a794 /CHANGELOG.md | |
parent | 430b89c1599abde4fc8520ffcb0e25d9034bea8d (diff) | |
download | alacritty-5e0d74094367e79e1ce2fe35e5996e41d1296807.tar.gz alacritty-5e0d74094367e79e1ce2fe35e5996e41d1296807.zip |
Update dependencies
This resolves an issue with notify that caused excessive wake-ups when
waiting for config updates.
Fixes #2029.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2dde91..36b3a094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Resolved off-by-one issue with erasing characters in the last column +- Excessive polling every 100ms with `live_config_reload` enabled ## Version 0.2.7 |