summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-11 21:33:37 +0000
committerGitHub <noreply@github.com>2019-02-11 21:33:37 +0000
commitbfb67ed8f21182a0825aa871309aabbf7d9316d5 (patch)
treed974272a2aabe307270ad5fbd77c6267e99cae4f /CHANGELOG.md
parent8681e2e8a03f5b51d77ec9ad74a89216e21438dc (diff)
downloadalacritty-bfb67ed8f21182a0825aa871309aabbf7d9316d5.tar.gz
alacritty-bfb67ed8f21182a0825aa871309aabbf7d9316d5.zip
Fix font spacing error
Fixes #2098.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd09659e..879febdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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]
+
+### Changed
+
+- Accept fonts which are smaller in width or height than a single pixel
+
+### Fixed
+
+- Incorrect font spacing after moving Alacritty between displays
+
## Version 0.2.8
### Added