summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-06-02 16:11:43 +0300
committerGitHub <noreply@github.com>2023-06-02 16:11:43 +0300
commit4b92388396c6da783809c7ce511b5cf6be8a0624 (patch)
tree5d5e30bc59063dabf4f2c36350a32d57e4b27eb7 /CHANGELOG.md
parentd94cb6be99b098b0084d0a54dc4e655cd9c0e47c (diff)
downloadalacritty-4b92388396c6da783809c7ce511b5cf6be8a0624.tar.gz
alacritty-4b92388396c6da783809c7ce511b5cf6be8a0624.zip
Fix crash on ScaleFactorChange on Windows
Windows is known to send zero sizes from winit in Risezed and now in ScaleFactorChanged events. They were handled in Resized, but not in ScaleFactorChanged. Fixes #6949.
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 52dbb9fc..cda212ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Hyperlink preview not being shown when the terminal has exactly 2 lines
+- Crash on Windows when changing display scale factor
## 0.12.1