aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-10 04:23:21 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-10 04:23:21 -0500
commitf60e21ec187fc1357f78b2e91999d28fbca6d2e1 (patch)
treecf9b06001e37ef0a9b7a7e3bcbac0ffc31743929 /CHANGELOG.md
parentd6e3c3c07140c8fbb69ad4cc3b4369456458c613 (diff)
downloadvt100-rust-f60e21ec187fc1357f78b2e91999d28fbca6d2e1.tar.gz
vt100-rust-f60e21ec187fc1357f78b2e91999d28fbca6d2e1.zip
ensure that diffing a screen against itself always returns nothing
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a375680..e2c7a96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@
* `Screen::errors` to track the number of parsing errors seen so far
+### Fixed
+
+* No longer generate spurious diffs in some cases where the cursor is past the
+ end of a row
+
## [0.14.0] - 2021-12-06
### Changed