aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-05-04 20:51:56 +0400
committerGitHub <noreply@github.com>2024-05-04 20:51:56 +0400
commit48c088a50c977dfaf2a5a7052a5ddd39071e6063 (patch)
tree21e1fb0ac1e7d3427a6c80f92890486f3f205eb5 /CHANGELOG.md
parenta77f77c48fca298caab3a4834b2d7ab1a98cae88 (diff)
downloadalacritty-48c088a50c977dfaf2a5a7052a5ddd39071e6063.tar.gz
alacritty-48c088a50c977dfaf2a5a7052a5ddd39071e6063.zip
Bump winit to 0.30.0
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 959ae73e..5ae7ffb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its
### Changed
- Pressing `Alt` with unicode input will now add `ESC` like for ASCII input
+- Decorations use opaque style and system window background on macOS
### Fixed