diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-15 20:48:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 20:48:51 +0000 |
commit | fc28e49c277f777dbced6cbfeccb106c04486f15 (patch) | |
tree | 166d0498fce7429f898bb641c6af6fad826715c9 | |
parent | e2eb5bbd2e564710d35d06f04789486b227ffeb8 (diff) | |
download | alacritty-fc28e49c277f777dbced6cbfeccb106c04486f15.tar.gz alacritty-fc28e49c277f777dbced6cbfeccb106c04486f15.zip |
Add change log entry for Wayland title fix
Fixes #2104.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f832462c..b3a5fbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Slow startup time on some X11 systems - The AltGr key no longer sends escapes (like Alt) - Fixes increase/decrease font-size keybindings on international keyboards +- On Wayland, the `--title` flag will set the Window title now ## Version 0.2.9 |