aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 10:36:57 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 10:36:57 -0500
commitba204401e86d27102cb130b305f402a7809b523c (patch)
tree4620ee2c0d5709ab6f1e4374f59e5561a3ae3878 /CHANGELOG.md
parent25831eb0dbe5a9e222f3e31669f6c0c921d7e911 (diff)
downloadvt100-rust-ba204401e86d27102cb130b305f402a7809b523c.tar.gz
vt100-rust-ba204401e86d27102cb130b305f402a7809b523c.zip
contents_formatted should also reset attributes
for the same reason as contents_diff
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25f5b56..f958810 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
* Fixed VPA incorrectly being clamped to the scroll region.
* Stop treating soft hyphen specially (as far as i can tell, no other terminals
do this, and i'm not sure why i thought it was necessary to begin with).
+* `contents_formatted` now also resets attributes at the start, like
+ `contents_diff` does.
## [0.3.1] - 2019-11-06