summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-03-13 03:33:12 +0300
committerGitHub <noreply@github.com>2020-03-13 03:33:12 +0300
commit4000ec04d89b9bd77995960d2a9da8fcad55e003 (patch)
tree0e38be94eb1d75d70d5dcec7e676c699f3de29a2 /CHANGELOG.md
parent6d60a49956facc63ab5e0ebac8eb15ab7347ea9a (diff)
downloadalacritty-4000ec04d89b9bd77995960d2a9da8fcad55e003.tar.gz
alacritty-4000ec04d89b9bd77995960d2a9da8fcad55e003.zip
Add option to pick Linux/BSD backends
This commit adds two cargo features `x11` and `wayland` to pick Linux/BSD backends, with both enabled by default. Fixes #3340.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a21b5803..9e241586 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
### Packaging
- Minimum Rust version has been bumped to 1.37.0
+- Added Rust features `x11` and `wayland` to pick backends, with both enabled by default
### Changed