diff options
author | Christian Dürr <contact@christianduerr.com> | 2018-11-12 12:48:40 +0100 |
---|---|---|
committer | Christian Dürr <contact@christianduerr.com> | 2018-11-12 12:48:40 +0100 |
commit | 614a5716bdd701e3f9ae8e3fd0de13498d96cb47 (patch) | |
tree | 2cc71c9f66c2510576eec4f1c9b8db91eb559205 | |
parent | 0ebf82ab187b90be5ecabe5aa2d017682399029e (diff) | |
download | alacritty-issue-1773.tar.gz alacritty-issue-1773.zip |
Add change log entryissue-1773
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0f146d..1e809f2a 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 + +- Mouse cursor alignment issues and truncated last line caused by incorrect padding calculations + ## Version 0.2.2 ### Added |