aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-13 12:58:55 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-13 12:58:55 -0500
commitc5c02112a61221f231fdd8c6cd9bbaa604474d9d (patch)
tree14bab69c4250bc937204a4586a6c2e72ad66e402 /CHANGELOG.md
parent09bdb8ae8dda386583a458f04d9fc1f96804123d (diff)
downloadvt100-rust-c5c02112a61221f231fdd8c6cd9bbaa604474d9d.tar.gz
vt100-rust-c5c02112a61221f231fdd8c6cd9bbaa604474d9d.zip
fix zero width characters at the end of a row
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 610f008..a5c5329 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## Unreleased
+
+### Fixed
+
+* Fix zero-width characters when the cursor is at the end of a row.
+
## [0.6.1] - 2019-11-13
### Added