diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-06 21:10:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 21:10:45 +0000 |
commit | a7a6bf53d4bbb50940559f3a411aba5c474b3409 (patch) | |
tree | 877dd17e0dfd0c738e6010a69a6a260384ef8843 /CHANGELOG.md | |
parent | 7eb0ea82ef491f277b8278b64272dd7f245c5953 (diff) | |
download | alacritty-a7a6bf53d4bbb50940559f3a411aba5c474b3409.tar.gz alacritty-a7a6bf53d4bbb50940559f3a411aba5c474b3409.zip |
Set window title on Wayland
Fixes #1582.
Fixes #1875.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 01208769..cd7ab1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Window class on Wayland is set to `Alacritty` by default + ### Changed - Improve scrolling accuracy with devices sending fractional updates (like touchpads) |