summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorr-c-f <ryan.farley@gmx.com>2021-01-11 06:42:06 -0600
committerGitHub <noreply@github.com>2021-01-11 12:42:06 +0000
commitaefffde539c0649e3ebe3a81b2e15a25e760d29c (patch)
treef70c1d07c1b218d0974d8a46da525bca036b7f6e /CHANGELOG.md
parent7045a1ec07634701ef75bcf7872bab3c9199b4f3 (diff)
downloadalacritty-aefffde539c0649e3ebe3a81b2e15a25e760d29c.tar.gz
alacritty-aefffde539c0649e3ebe3a81b2e15a25e760d29c.zip
Fix assertion crash on 32-bit systems
Fixes #4687.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b441b9b..9df5b3ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 0.8.0-dev
+### Fixed
+
+- Crash due to assertion failure on 32-bit architectures
+
## 0.7.1
### Fixed