diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-31 01:10:17 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-07-31 23:28:23 +0000 |
commit | 10b21a2194428aa5b31c5381818db867bbe2539d (patch) | |
tree | 86230a17c058bb4919ec83a31d10f9c92761b136 | |
parent | c5a9b31ec31ddd10e0e03a3753544b70001612ce (diff) | |
download | alacritty-10b21a2194428aa5b31c5381818db867bbe2539d.tar.gz alacritty-10b21a2194428aa5b31c5381818db867bbe2539d.zip |
Fix 0.5.0 changelog
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae512a7..76a86ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,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 @@ -97,12 +100,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 |