summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-20 17:39:15 +0000
committerGitHub <noreply@github.com>2019-01-20 17:39:15 +0000
commit31271c726e31f90729b5d23dac597edf68cc437a (patch)
treeb66e97fa10532597e2b60ebe4d44682b6b1a9a1a /CHANGELOG.md
parent5096426f9e15a21bf78b23160f7c95a9ea2bd7f5 (diff)
Fix crash on Windows (#2021)
The rusttype backend did not properly support manually specifying font styles, but instead chose to panic when they are specified. The rusttype implementation now provides a proper implementation for handling `bold`, `italic` and `regular` font styles. This fixes #2020.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18b92c1f..03ccbeee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Fixed
+
+- Crash when trying to start Alacritty on Windows
+
## Version 0.2.6
### Added