diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-31 01:10:17 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-07-31 21:01:36 +0000 |
commit | 6378830469be9015a09c2b01f497483d5ba77ba2 (patch) | |
tree | 2db3a858d3b62dd30eb7a52ec072697d80bd1dbe /CHANGELOG.md | |
parent | 57c4ac9145a20fb1ae9a21102503458d3da06c7b (diff) | |
download | alacritty-6378830469be9015a09c2b01f497483d5ba77ba2.tar.gz alacritty-6378830469be9015a09c2b01f497483d5ba77ba2.zip |
Fix 0.5.0 changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ececb656..0de546c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Environment variable `RUST_LOG` for selecting the log level +- Deprecated `window.start_maximized` config field +- Deprecated `render_timer` config field +- Deprecated `persistent_logging` config field ### Added @@ -89,12 +92,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Alacritty crashing at startup when the configured font does not exist - Font size rounding error -### Removed - -- Deprecated `window.start_maximized` config field -- Deprecated `render_timer` config field -- Deprecated `persistent_logging` config field - ## 0.4.3 ### Fixed |