summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Bulimov <lazywolf0@gmail.com>2019-01-21 21:59:10 +0000
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-21 21:59:10 +0000
commitc3bac1c453a7ae7c08ee3e8b4d9c2327464d148f (patch)
treebf56bec26c9358ea6bb890740015f86747d7c1e8 /CHANGELOG.md
parentd62fe71b6071a9cc1b520c0e87c96111a719327a (diff)
downloadalacritty-c3bac1c453a7ae7c08ee3e8b4d9c2327464d148f.tar.gz
alacritty-c3bac1c453a7ae7c08ee3e8b4d9c2327464d148f.zip
Fix off-by-one error in erase_chars
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 7ca7532c..9b2dde91 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
+
+- Resolved off-by-one issue with erasing characters in the last column
+
## Version 0.2.7
### Fixed