diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-04 00:19:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-04 00:19:06 +0000 |
commit | dc063180f31a4c94a2ad3e5e0c6535e39edcfa9a (patch) | |
tree | fcdc9c5d482e832f79b7d093e0fbd428107f72b3 /CHANGELOG.md | |
parent | 05df4f4dbabd82bc71cea6b81ee9383a55b32088 (diff) | |
download | alacritty-dc063180f31a4c94a2ad3e5e0c6535e39edcfa9a.tar.gz alacritty-dc063180f31a4c94a2ad3e5e0c6535e39edcfa9a.zip |
Fix macOS OpenGL context resize ordering
Fixes #2226.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c426a47..01a32238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash on `clear` when scrolled up in history - Entire screen getting underlined/stroke out when running `clear` - Slow startup on some Wayland compositors +- Padding not consistently visible on macOS ### Removed |