diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-09-20 02:05:30 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2018-09-20 02:05:30 +0200 |
commit | ef06109d94ddb58e0dbc88663eb01f73d1ec8063 (patch) | |
tree | a67b96a14f888760cb27910a08564ea5823438d7 | |
parent | a769e80eb4383b4c4a274c5ad192958961122d09 (diff) | |
download | alacritty-ef06109d94ddb58e0dbc88663eb01f73d1ec8063.tar.gz alacritty-ef06109d94ddb58e0dbc88663eb01f73d1ec8063.zip |
Add changelog entry for 32-bit fix
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8d4702..e2f14446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fix build failure on 32-bit systems - Windows started as unfocused now show the hollow cursor if the setting is enabled ## Version 0.2.0 |