summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-05-29 06:22:16 +0000
committerGitHub <noreply@github.com>2020-05-29 06:22:16 +0000
commitf1bf481eb8eb79b82510fa2f26d983dc4d7067be (patch)
treebe785ccf7b2152197413a1e323e3035bc4b574d0 /CHANGELOG.md
parent2b2b2bfd2a525001f2ce15d64392c930b6321ab2 (diff)
downloadalacritty-f1bf481eb8eb79b82510fa2f26d983dc4d7067be.tar.gz
alacritty-f1bf481eb8eb79b82510fa2f26d983dc4d7067be.zip
Remove env_logger depedency
The env logger has been broken for over a year and is not used by anyone as far as I know. This removes this option entirely in favor of Alacritty's built-in logger level selection flags.
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 9078db18..0bf43110 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Minimum Rust version has been bumped to 1.41.0
- Prebuilt Linux binaries have been removed
+### Removed
+
+- Environment variable `RUST_LOG` for selecting the log level
+
### Added
- Default Command+N keybinding for SpawnNewInstance on macOS