diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-14 20:06:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 20:06:38 +0000 |
commit | 0f96a62218cfc78b56606f0dcc334d59202edf7c (patch) | |
tree | 2b7e98310d281c11fd9c3c65ae95c78cb55060bb /CHANGELOG.md | |
parent | b1032bcc6b79135f87f327548e43563da05657fb (diff) | |
download | alacritty-0f96a62218cfc78b56606f0dcc334d59202edf7c.tar.gz alacritty-0f96a62218cfc78b56606f0dcc334d59202edf7c.zip |
Update glutin to version 0.20
Fixes #458.
Fixes #1681.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8cb0a9..67535e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 working directory as long as linprocfs(5) is mounted on `/compat/linux/proc` - Fix lingering Alacritty window after child process has exited - Growing the terminal while scrolled up will no longer move the content down +- Support for alternate keyboard layouts on macOS +- Slow startup time on some X11 systems +- The AltGr key no longer sends escapes (like Alt) ## Version 0.2.9 |